]> git.ktnx.net Git - mobile-ledger-staging.git/commit
work around trans. list menu items visible with setOffscreenPageLimit(1)
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 30 Apr 2021 06:34:12 +0000 (09:34 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 30 Apr 2021 19:20:20 +0000 (19:20 +0000)
commit062d4edbcf358be32ef08d4ebbf85fddf272e82e
tree9ca57a24a28e211cb0f13e08ef4e7b6f18b30213
parent16ccce59cf416b57fdf88a526807f8622e8190ed
work around trans. list menu items visible with setOffscreenPageLimit(1)

with that call the transaction list fragment is loaded nicely
off-screen, but also it menu items get in the action bar. of the
fragment is navigated to and away they hide as before, but the initial
load is still a problem
app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListFragment.java