]> git.ktnx.net Git - mobile-ledger.git/commitdiff
move locale live-data initialization to a static initialization block
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 16 Aug 2020 12:59:57 +0000 (15:59 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 16 Aug 2020 12:59:57 +0000 (15:59 +0300)
avoids a warning about assigning locale to a final variable. the warning is misleading, because the locale is assigned to a final mutable live data object, not to a final variable


No differences found