]> git.ktnx.net Git - mobile-ledger.git/commit
store the theme Id in the preferences so that no DB is needed to access it
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 3 May 2019 15:26:35 +0000 (18:26 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 3 May 2019 16:11:44 +0000 (19:11 +0300)
commitd45f5704a4eb4acceb85d46a2ed23bd62623e10b
treed16aa7ff28a7c28720e1231f02491d5ba09449cd
parent9916de8430e8bd0d5ca307eef29da5f18a0cf468
store the theme Id in the preferences so that no DB is needed to access it

the idea is to set up the main activity without accessing the database
so that a Loading... screen is shown while the DB is being upgraded
app/src/main/java/net/ktnx/mobileledger/ui/activity/MainActivity.java