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,
|
||||
)
|
||||
|
||||
|
||||
when (val dialog = successState.dialog) {
|
||||
null -> {}
|
||||
is RepoDialog.Create -> {
|
||||
@ -69,7 +68,6 @@ class ExtensionReposScreen(
|
||||
repo = dialog.repo,
|
||||
)
|
||||
}
|
||||
|
||||
is RepoDialog.Conflict -> {
|
||||
ExtensionRepoConflictDialog(
|
||||
onDismissRequest = screenModel::dismissDialog,
|
||||
@ -78,7 +76,6 @@ class ExtensionReposScreen(
|
||||
newRepo = dialog.newRepo,
|
||||
)
|
||||
}
|
||||
|
||||
is RepoDialog.Confirm -> {
|
||||
ExtensionRepoConfirmDialog(
|
||||
onDismissRequest = screenModel::dismissDialog,
|
||||
|
Reference in New Issue
Block a user