From: Damyan Ivanov Date: Sun, 16 Aug 2020 12:59:57 +0000 (+0300) Subject: move locale live-data initialization to a static initialization block X-Git-Tag: v0.16.0~101 X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=f509116c89a72e6db0aa09c6893798fb41404cca;hp=f509116c89a72e6db0aa09c6893798fb41404cca;p=mobile-ledger-staging.git move locale live-data initialization to a static initialization block 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 ---