mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-17 07:30:14 -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()) {
|
switch (loader.getId()) {
|
||||||
case LOADER_ID_BYTES:
|
case LOADER_ID_BYTES:
|
||||||
error = data.getError();
|
|
||||||
|
|
||||||
if(error instanceof ImportKeysListLoader.FileHasNoContent) {
|
if(error instanceof ImportKeysListLoader.FileHasNoContent) {
|
||||||
AppMsg.makeText(getActivity(), R.string.error_import_file_no_content,
|
AppMsg.makeText(getActivity(), R.string.error_import_file_no_content,
|
||||||
|
@ -131,7 +131,7 @@ public class ImportKeysListLoader extends AsyncTaskLoader<AsyncTaskResultWrapper
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
Log.e(Constants.TAG, "Exception on parsing key file!", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isEmpty) {
|
if(isEmpty) {
|
||||||
|
Loading…
Reference in New Issue
Block a user