mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
fix NPE downloading .xwd files
This commit is contained in:
parent
0cb549abcc
commit
4d0a825e43
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ public class DwnldDelegate extends ListDelegateBase {
|
|||
|| uri.toString().endsWith( XWConstants.DICT_EXTN ) ) {
|
||||
item = (LinearLayout)inflate( R.layout.import_dict_item );
|
||||
dft = new DownloadFilesTask( uri, item, false );
|
||||
uris = new Uri[] { uri };
|
||||
}
|
||||
|
||||
if ( null != dft ) {
|
||||
|
|
Loading…
Reference in a new issue