ImportKeys: Show notification in case of errors in preview
This commit is contained in:
@@ -324,6 +324,8 @@ public class ImportKeysAdapter extends RecyclerView.Adapter<ImportKeysAdapter.Vi
|
|||||||
throw new RuntimeException("getKey retrieved more than one key ("
|
throw new RuntimeException("getKey retrieved more than one key ("
|
||||||
+ canKeyRings.size() + ")");
|
+ canKeyRings.size() + ")");
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
result.createNotify(mActivity).show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user