Fix TDD activity background
Fixes https://github.com/nightscout/AndroidAPS/issues/2473
This commit is contained in:
parent
a0e65370dc
commit
5d877a8379
|
@ -26,7 +26,8 @@
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.TDDStatsActivity"
|
android:name=".activities.TDDStatsActivity"
|
||||||
android:exported="false" />
|
android:exported="false"
|
||||||
|
android:theme="@style/AppTheme.NoActionBar" />
|
||||||
<activity
|
<activity
|
||||||
android:name="info.nightscout.ui.activities.BolusProgressHelperActivity"
|
android:name="info.nightscout.ui.activities.BolusProgressHelperActivity"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
|
|
Loading…
Reference in a new issue