Update fix for #451

This commit is contained in:
Nikhil Peter Raj 2014-03-21 00:27:03 +05:30
parent 016641a422
commit d9b909a24f

View File

@ -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