Skip to content

Commit bd847e2

Browse files
committed
chore: log
1 parent 9a310a3 commit bd847e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,9 +1222,9 @@ class AppViewModel @Inject constructor(
12221222
retry = false
12231223
).getOrNull()
12241224

1225-
//TODO Temporary fix while ldk-node bug is not fixed https://github.com/synonymdev/bitkit-android/pull/297
1225+
// TODO Temporary fix while ldk-node bug is not fixed https://github.com/synonymdev/bitkit-android/pull/297
12261226
if (activity != null) {
1227-
Logger.warn("Activity already exists, skipping sheet", context = TAG)
1227+
Logger.warn("Activity ${activity.rawId()} already exists, skipping sheet", context = TAG)
12281228
return@launch
12291229
}
12301230
}

0 commit comments

Comments
 (0)