We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7a90c commit 14f40d6Copy full SHA for 14f40d6
app/src/main/java/to/bitkit/viewmodels/ExternalNodeViewModel.kt
@@ -140,7 +140,6 @@ class ExternalNodeViewModel @Inject constructor(
140
}
141
142
143
-// region contract
144
interface ExternalNodeContract {
145
data class UiState(
146
val isLoading: Boolean = false,
@@ -152,4 +151,4 @@ interface ExternalNodeContract {
152
151
data object ConnectionSuccess : SideEffect()
153
data object ConfirmSuccess : SideEffect()
154
155
-} // endregion
+}
0 commit comments