mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Convert MessageTable to kotlin.
This commit is contained in:
@@ -1193,7 +1193,6 @@ public class ConversationFragment extends LoggingFragment implements Multiselect
|
||||
if (message.getScheduledDate() != -1) {
|
||||
return;
|
||||
}
|
||||
MessageRecord messageRecord = MessageTable.readerFor(message, threadId).getCurrent();
|
||||
|
||||
if (getListAdapter() != null) {
|
||||
setLastSeen(0);
|
||||
|
||||
Reference in New Issue
Block a user