Skip to content

Commit 5206cda

Browse files
committed
fix: remove duplicated stop
1 parent f3dfc72 commit 5206cda

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/main/java/to/bitkit/ui/screens/recovery/RecoveryViewModel.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ class RecoveryViewModel @Inject constructor(
141141
)
142142
// Keep the loading state and restart so the graph is re-downloaded on next launch.
143143
delay(RESTART_DELAY)
144-
lightningRepo.stop()
145144
context.relaunchApp()
146145
},
147146
onFailure = { error ->

0 commit comments

Comments
 (0)