File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
app/src/main/java/to/bitkit/ui Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,7 @@ fun ContentView(
281281 var restoreRetryCount by remember { mutableIntStateOf(0 ) }
282282
283283 if (walletIsInitializing) {
284+ // TODO ADAPT THIS LOGIC TO WORK WITH LightningNodeService
284285 if (nodeLifecycleState is NodeLifecycleState .ErrorStarting ) {
285286 WalletRestoreErrorView (
286287 retryCount = restoreRetryCount,
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ class MainActivity : FragmentActivity() {
9696 .map { it.walletExists }
9797 .collectAsStateWithLifecycle(initialValue = walletViewModel.walletExists)
9898
99- // Monitor wallet state and notification permission changes
10099 LaunchedEffect (
101100 walletExists,
102101 isRecoveryMode,
You can’t perform that action at this time.
0 commit comments