mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Hide jump to unread button on threads, override scroll to bottom action, fix #5264
This commit is contained in:
@@ -26,4 +26,20 @@ public class ThreadDataSource: RoomDataSource {
|
||||
showTypingRow = false
|
||||
}
|
||||
|
||||
public override var showReadMarker: Bool {
|
||||
get {
|
||||
return false
|
||||
} set {
|
||||
_ = newValue
|
||||
}
|
||||
}
|
||||
|
||||
public override var showBubbleReceipts: Bool {
|
||||
get {
|
||||
return false
|
||||
} set {
|
||||
_ = newValue
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user