]> git.ktnx.net Git - mobile-ledger.git/commit
make soft keyboard appear when new transaction description/account gets focus
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 10 Nov 2019 17:39:09 +0000 (19:39 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 10 Nov 2019 17:39:09 +0000 (19:39 +0200)
commitec8e98c8095ed1368ae8b35c8b8ef6e59b9bcb2f
treea237a52239479850c473b5bbceeea3471f0de28b
parent303e1b9f5ae6b9516eb57e1c8469e177872b655f
make soft keyboard appear when new transaction description/account gets focus

this is used when the focus is given artificially, when date is picked
(and focus goes to the transaction description) and when a transaction
description is selected from the drop down (and focus goes to the first
account name)
app/src/main/java/net/ktnx/mobileledger/ui/activity/NewTransactionItemHolder.java
app/src/main/java/net/ktnx/mobileledger/utils/Misc.java