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
|
||||
android:name=".activities.TDDStatsActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
<activity
|
||||
android:name="info.nightscout.ui.activities.BolusProgressHelperActivity"
|
||||
android:exported="false"
|
||||
|
|
Loading…
Reference in a new issue