ImportKeys: Show notification in case of errors in preview

This commit is contained in:
Andrea Torlaschi
2016-08-02 23:07:27 +02:00
parent 39bc206b60
commit 79e527fe1a

View File

@@ -324,6 +324,8 @@ public class ImportKeysAdapter extends RecyclerView.Adapter<ImportKeysAdapter.Vi
throw new RuntimeException("getKey retrieved more than one key ("
+ canKeyRings.size() + ")");
}
} else {
result.createNotify(mActivity).show();
}
}