mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-13 03:05:11 +02:00
Blank lines
This commit is contained in:
@ -52,7 +52,6 @@ class ExtensionReposScreen(
|
|||||||
navigateUp = navigator::pop,
|
navigateUp = navigator::pop,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
when (val dialog = successState.dialog) {
|
when (val dialog = successState.dialog) {
|
||||||
null -> {}
|
null -> {}
|
||||||
is RepoDialog.Create -> {
|
is RepoDialog.Create -> {
|
||||||
@ -69,7 +68,6 @@ class ExtensionReposScreen(
|
|||||||
repo = dialog.repo,
|
repo = dialog.repo,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
is RepoDialog.Conflict -> {
|
is RepoDialog.Conflict -> {
|
||||||
ExtensionRepoConflictDialog(
|
ExtensionRepoConflictDialog(
|
||||||
onDismissRequest = screenModel::dismissDialog,
|
onDismissRequest = screenModel::dismissDialog,
|
||||||
@ -78,7 +76,6 @@ class ExtensionReposScreen(
|
|||||||
newRepo = dialog.newRepo,
|
newRepo = dialog.newRepo,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
is RepoDialog.Confirm -> {
|
is RepoDialog.Confirm -> {
|
||||||
ExtensionRepoConfirmDialog(
|
ExtensionRepoConfirmDialog(
|
||||||
onDismissRequest = screenModel::dismissDialog,
|
onDismissRequest = screenModel::dismissDialog,
|
||||||
|
Reference in New Issue
Block a user