Fixed that 'All accounts' item got removed

This commit is contained in:
dankito 2020-05-16 23:24:38 +02:00
parent 282ca95e83
commit 14af1148f8
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ open class DrawerView(
private const val AllAccountsId = 1001L private const val AllAccountsId = 1001L
private const val AddAccountId = 1002L private const val AddAccountId = 1002L
private const val CountDefaultAccountItems = 4 private const val CountDefaultAccountItems = 5
private const val CountDefaultAccountItemsAtTop = 2 private const val CountDefaultAccountItemsAtTop = 3
private val log = LoggerFactory.getLogger(DrawerView::class.java) private val log = LoggerFactory.getLogger(DrawerView::class.java)