Room Page Up/Down buttons always on top
Ensure that in the small number of cases where the room page up down buttons overlap messages due to the screen being thin that they are always on top BUG: 461718
This commit is contained in:
committed by
Tobias Fella
parent
7e82f75d14
commit
d7f3284aa2
@@ -343,6 +343,7 @@ Kirigami.ScrollablePage {
|
||||
|
||||
id: goReadMarkerFab
|
||||
|
||||
z: 2
|
||||
visible: currentRoom && currentRoom.hasUnreadMessages && currentRoom.readMarkerLoaded
|
||||
action: Kirigami.Action {
|
||||
onTriggered: {
|
||||
@@ -365,6 +366,7 @@ Kirigami.ScrollablePage {
|
||||
|
||||
id: goMarkAsReadFab
|
||||
|
||||
z: 2
|
||||
visible: !messageListView.atYEnd
|
||||
action: Kirigami.Action {
|
||||
onTriggered: {
|
||||
|
||||
Reference in New Issue
Block a user