mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-25 08:28:50 -05:00
Update fix for #451
This commit is contained in:
parent
016641a422
commit
d9b909a24f
@ -51,8 +51,7 @@ public class SelectSecretKeyLayoutFragment extends Fragment implements LoaderMan
|
|||||||
|
|
||||||
private static final int REQUEST_CODE_SELECT_KEY = 8882;
|
private static final int REQUEST_CODE_SELECT_KEY = 8882;
|
||||||
|
|
||||||
//Loader ID needs to be different from the usual 0
|
private static final int LOADER_ID = 0;
|
||||||
private static final int LOADER_ID = 2;
|
|
||||||
|
|
||||||
//The Projection we will retrieve, Master Key ID is for convenience sake,
|
//The Projection we will retrieve, Master Key ID is for convenience sake,
|
||||||
//to avoid having to pass the Key Around
|
//to avoid having to pass the Key Around
|
||||||
|
Loading…
Reference in New Issue
Block a user