Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43306392 authored by Chaohui Wang's avatar Chaohui Wang
Browse files

Fix Base_TextAppearance_AppCompat_Widget_Button

The correct namespace is androidx.appcompat.R

Bug: 303768224
Test: m Settings
Change-Id: I4715703538252d5d9cf7f26f2f2ec0cd959db0e2
parent d2703f38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ public class PrivateSpaceEducation extends Fragment {
                        .setListener(onCancel())
                        .setButtonType(FooterButton.ButtonType.CANCEL)
                        .setTheme(
                                com.google.android.setupdesign.R.style
                                androidx.appcompat.R.style
                                        .Base_TextAppearance_AppCompat_Widget_Button)
                        .build());
        mixin.getSecondaryButtonView().setFilterTouchesWhenObscured(true);