Fix PrivacyScreen for qml-roomlist

This commit is contained in:
Joseph Donofry 2021-06-11 15:13:16 -04:00
parent a5291605a9
commit 4a6e62d1ee
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ Rectangle {
anchors.fill: parent
visible: Settings.privacyScreen
screenTimeout: Settings.privacyScreenTimeout
timelineRoot: timeline
timelineRoot: adaptiveView
}
}