From: Damyan Ivanov Date: Sat, 26 Sep 2020 14:13:45 +0000 (+0300) Subject: declare theme for the new transaction activity X-Git-Tag: v0.16.0~48 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger-staging.git;a=commitdiff_plain;h=c72bb299e9e2ef7108d4567d0e705b7cdf9f06ef declare theme for the new transaction activity avoids flashing when started up directly by a launcher shortcut --- diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d82e1d50..b15537ec 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -47,7 +47,8 @@ + android:parentActivityName=".ui.activity.MainActivity" + android:theme="@style/AppTheme.default" />