Fixed that also if an account gets added or remove drawer items and selection state gets updated
This commit is contained in:
parent
8f1cd4f3de
commit
479f4ec47e
|
@ -61,6 +61,10 @@ open class DrawerView(
|
||||||
activity.runOnUiThread { updateDrawerItems() }
|
activity.runOnUiThread { updateDrawerItems() }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
presenter.addSelectedBankAccountsChangedListener {
|
||||||
|
activity.runOnUiThread { updateDrawerItems() }
|
||||||
|
}
|
||||||
|
|
||||||
updateDrawerItems()
|
updateDrawerItems()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue