mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-01 06:19:57 +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 ) ) {
|
|| uri.toString().endsWith( XWConstants.DICT_EXTN ) ) {
|
||||||
item = (LinearLayout)inflate( R.layout.import_dict_item );
|
item = (LinearLayout)inflate( R.layout.import_dict_item );
|
||||||
dft = new DownloadFilesTask( uri, item, false );
|
dft = new DownloadFilesTask( uri, item, false );
|
||||||
|
uris = new Uri[] { uri };
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( null != dft ) {
|
if ( null != dft ) {
|
||||||
|
|
Loading…
Reference in a new issue