kopia lustrzana https://github.com/ryukoposting/Signal-Android
Match desktop and iOS and order stickers by id.
rodzic
8348badcd6
commit
39169784b0
|
@ -171,7 +171,7 @@ public class StickerDatabase extends Database {
|
|||
String selection = PACK_ID + " = ? AND " + COVER + " = ?";
|
||||
String[] args = new String[] { packId, "0" };
|
||||
|
||||
return db.query(TABLE_NAME, null, selection, args, null, null, null);
|
||||
return db.query(TABLE_NAME, null, selection, args, null, null, STICKER_ID + " ASC");
|
||||
}
|
||||
|
||||
public @Nullable Cursor getRecentlyUsedStickers(int limit) {
|
||||
|
|
Ładowanie…
Reference in New Issue