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 9a310a3 commit bd847e2Copy full SHA for bd847e2
app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt
@@ -1222,9 +1222,9 @@ class AppViewModel @Inject constructor(
1222
retry = false
1223
).getOrNull()
1224
1225
- //TODO Temporary fix while ldk-node bug is not fixed https://github.com/synonymdev/bitkit-android/pull/297
+ // TODO Temporary fix while ldk-node bug is not fixed https://github.com/synonymdev/bitkit-android/pull/297
1226
if (activity != null) {
1227
- Logger.warn("Activity already exists, skipping sheet", context = TAG)
+ Logger.warn("Activity ${activity.rawId()} already exists, skipping sheet", context = TAG)
1228
return@launch
1229
}
1230
0 commit comments