]> git.ktnx.net Git - mobile-ledger.git/commitdiff
move model instantiation from onAttach to onCreateView
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 30 Jan 2021 13:11:11 +0000 (15:11 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 30 Jan 2021 13:11:11 +0000 (15:11 +0200)
parent activity may not be fully up in onAttach() and return a null
navigation controller, resulting in a crash upon reconfiguration


No differences found