Don't open the space home page when changing spaces on android
When I change space on android I just want to be able to select a room I'm in.
This commit is contained in:
@@ -200,7 +200,6 @@ QQC2.Control {
|
||||
activeFocusOnTab: true
|
||||
|
||||
onSelected: {
|
||||
RoomManager.resolveResource(spaceDelegate.roomId);
|
||||
RoomManager.currentSpace = spaceDelegate.roomId;
|
||||
}
|
||||
checked: RoomManager.currentSpace === roomId
|
||||
|
||||
Reference in New Issue
Block a user