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

Commit e742ef96 authored by Michael Bestas's avatar Michael Bestas
Browse files

Revert "Settings: Fix NPE when launching accessibility settings from GMS SUW"

This reverts commit a60eef3b.

Change-Id: Iff49e2b50479ee4bd8a50933a048324eb23e9323
parent 64b09c45
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -107,9 +107,7 @@ public class AccessibilitySettingsForSetupWizardActivity extends SettingsActivit
        super.onCreate(savedState);
        applyTheme();
        tryLaunchFontSizeSettings();
        if (mCollapsingToolbarLayout != null) {
        mCollapsingToolbarLayout.setVisibility(View.GONE);
        }
        findViewById(R.id.content_parent).setFitsSystemWindows(false);
    }