mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
use constant
This commit is contained in:
parent
4e9d6e712e
commit
0ac23458ba
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ public class DictImportActivity extends Activity {
|
|||
&& intent.getType().equals( "application/x-xwordsdict" ) ) {
|
||||
Utils.logf( "based on MIME type" );
|
||||
new DownloadFilesTask().execute( uri );
|
||||
} else if ( uri.toString().endsWith( ".xwd" ) ) {
|
||||
} else if ( uri.toString().endsWith( XWConstants.DICT_EXTN ) ) {
|
||||
String fmt = getString( R.string.downloading_dictf );
|
||||
String txt = String.format( fmt, basename( uri.getPath()) );
|
||||
TextView view = (TextView)findViewById( R.id.dwnld_message );
|
||||
|
|
Loading…
Add table
Reference in a new issue