[network/kaidan/Kaidan/0.16] src/qml: RosterPage: Remove redundant mobile device check

Melvin Keskin <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 146aea8145dd838fc9e88c8553fc330c58661247 by Melvin Keskin.
Committed on 21/07/2026 at 21:40.
Pushed by melvo into branch 'Kaidan/0.16'.

RosterPage: Remove redundant mobile device check

M  +1    -1    src/qml/RosterPage.qml

https://invent.kde.org/network/kaidan/-/commit/146aea8145dd838fc9e88c8553fc330c58661247

diff --git a/src/qml/RosterPage.qml b/src/qml/RosterPage.qml
index a54c77d6e..819784080 100644
--- a/src/qml/RosterPage.qml
+++ b/src/qml/RosterPage.qml
@@ -113,7 +113,7 @@ SearchBarPage {
 			// The workaround is needed because rosterListView's focus is automatically forced
 			// after creation even when forcing searchFields's focus within its
 			// Component.onCompleted.
-			if (!Kirigami.Settings.isMobile && activeFocus) {
+			if (activeFocus) {
 				root.forceActiveFocus()
 			}
 		}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.