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 01ee37c commit 72f3f90Copy full SHA for 72f3f90
app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt
@@ -1028,6 +1028,7 @@ class AppViewModel @Inject constructor(
1028
}
1029
1030
fun onClickActivityDetail() {
1031
+ // TODO This method is being called before the activity is added
1032
val filter = newTransaction.type.toActivityFilter()
1033
val paymentType = newTransaction.direction.toTxType()
1034
0 commit comments