mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-16 13:55:03 -05:00
Little fixes
This commit is contained in:
parent
6362b2de94
commit
ec8a3469ff
@ -224,7 +224,6 @@ public class ImportKeysListFragment extends ListFragment implements
|
||||
|
||||
switch (loader.getId()) {
|
||||
case LOADER_ID_BYTES:
|
||||
error = data.getError();
|
||||
|
||||
if(error instanceof ImportKeysListLoader.FileHasNoContent) {
|
||||
AppMsg.makeText(getActivity(), R.string.error_import_file_no_content,
|
||||
|
@ -131,7 +131,7 @@ public class ImportKeysListLoader extends AsyncTaskLoader<AsyncTaskResultWrapper
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
||||
Log.e(Constants.TAG, "Exception on parsing key file!", e);
|
||||
}
|
||||
|
||||
if(isEmpty) {
|
||||
|
Loading…
Reference in New Issue
Block a user