mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Collapses some named arguments on OpenRoomList startActivity
This commit is contained in:
parent
431651ba2f
commit
8b893c4106
1 changed files with 1 additions and 5 deletions
|
@ -177,11 +177,7 @@ class DefaultNavigator @Inject constructor(
|
|||
startActivity(context, SpaceManageActivity.newIntent(context, spaceId, ManageType.AddRooms), false)
|
||||
}
|
||||
Navigator.PostSwitchSpaceAction.OpenRoomList -> {
|
||||
startActivity(
|
||||
context = context,
|
||||
intent = SpaceExploreActivity.newIntent(context, spaceId),
|
||||
buildTask = false
|
||||
)
|
||||
startActivity(context, SpaceExploreActivity.newIntent(context, spaceId), buildTask = false)
|
||||
}
|
||||
is Navigator.PostSwitchSpaceAction.OpenDefaultRoom -> {
|
||||
val args = TimelineArgs(
|
||||
|
|
Loading…
Reference in a new issue