Remove useless launch.
This commit is contained in:
parent
f658969321
commit
7aafec7fb9
1 changed files with 16 additions and 18 deletions
|
|
@ -274,7 +274,6 @@ class LoggedInFlowNode @AssistedInject constructor(
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onPermalinkClicked(data: PermalinkData) {
|
override fun onPermalinkClicked(data: PermalinkData) {
|
||||||
coroutineScope.launch {
|
|
||||||
when (data) {
|
when (data) {
|
||||||
is PermalinkData.UserLink -> {
|
is PermalinkData.UserLink -> {
|
||||||
// FIXME Add a user profile screen.
|
// FIXME Add a user profile screen.
|
||||||
|
|
@ -295,7 +294,6 @@ class LoggedInFlowNode @AssistedInject constructor(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
override fun onOpenGlobalNotificationSettings() {
|
override fun onOpenGlobalNotificationSettings() {
|
||||||
backstack.push(NavTarget.Settings(PreferencesEntryPoint.InitialTarget.NotificationSettings))
|
backstack.push(NavTarget.Settings(PreferencesEntryPoint.InitialTarget.NotificationSettings))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue