mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Update edit message history dialog to match designs.
This commit is contained in:
@@ -1943,7 +1943,7 @@ open class MessageTable(context: Context?, databaseHelper: SignalDatabase) : Dat
|
||||
val cursor = readableDatabase.select(*MMS_PROJECTION)
|
||||
.from(TABLE_NAME)
|
||||
.where("$TABLE_NAME.$ID = ? OR $TABLE_NAME.$LATEST_REVISION_ID = ?", id, id)
|
||||
.orderBy("$TABLE_NAME.$ID DESC")
|
||||
.orderBy("$TABLE_NAME.$DATE_SENT ASC")
|
||||
.run()
|
||||
|
||||
return mmsReaderFor(cursor)
|
||||
|
||||
Reference in New Issue
Block a user