slight layout changes to keyspinner_item

This commit is contained in:
Vincent Breitmoser
2014-10-05 01:06:06 +02:00
parent 4b372a5c33
commit 15165d056f
3 changed files with 6 additions and 7 deletions

View File

@@ -189,7 +189,7 @@ public class MultiCertifyKeyFragment extends LoaderFragment
return new CursorLoader(mActivity, uri,
USER_IDS_PROJECTION, selection, ids,
Tables.USER_IDS + "." + UserIds.MASTER_KEY_ID + " ASC"
+ "," + Tables.USER_IDS + "." + UserIds.USER_ID + " ASC");
+ ", " + Tables.USER_IDS + "." + UserIds.USER_ID + " ASC");
}
@Override