Fixed that 'All accounts' item got removed
This commit is contained in:
parent
282ca95e83
commit
14af1148f8
|
@ -40,8 +40,8 @@ open class DrawerView(
|
|||
private const val AllAccountsId = 1001L
|
||||
private const val AddAccountId = 1002L
|
||||
|
||||
private const val CountDefaultAccountItems = 4
|
||||
private const val CountDefaultAccountItemsAtTop = 2
|
||||
private const val CountDefaultAccountItems = 5
|
||||
private const val CountDefaultAccountItemsAtTop = 3
|
||||
|
||||
|
||||
private val log = LoggerFactory.getLogger(DrawerView::class.java)
|
||||
|
|
Loading…
Reference in New Issue