Skip to content

Commit 201e72f

Browse files
committed
chore: comments
1 parent 87c5635 commit 201e72f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/ContentView.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

app/src/main/java/to/bitkit/ui/MainActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)