From 6a9d11edf7e8926dc0d4bf0ac2c6592c51916489 Mon Sep 17 00:00:00 2001 From: Fahim Date: Mon, 6 Dec 2021 23:57:40 +0600 Subject: [PATCH] 4321-Q-fix_crash_on_factory_reset issue: https://gitlab.e.foundation/e/backlog/-/issues/4321 --- res/layout/master_clear_confirm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/master_clear_confirm.xml b/res/layout/master_clear_confirm.xml index 4266139848a..e54ce64e25e 100644 --- a/res/layout/master_clear_confirm.xml +++ b/res/layout/master_clear_confirm.xml @@ -19,7 +19,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:theme="@style/Theme.Settings" + android:theme="@style/GlifV3Theme.Footer" android:id="@+id/setup_wizard_layout" android:icon="@drawable/ic_delete_accent" app:sucHeaderText="@string/master_clear_confirm_title"> -- GitLab