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

Commit 96cc3c53 authored by Samuel Fufa's avatar Samuel Fufa
Browse files

Fix home settings landing page

Bug: 188565060
Test: local
Change-Id: I2100d6a6e33381ea3da761f85797fed940e5a284
parent 2f346b86
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -113,6 +113,12 @@ public class SettingsActivity extends FragmentActivity
        Utilities.getPrefs(getApplicationContext()).registerOnSharedPreferenceChangeListener(this);
    }

    @Override
    protected void onStop() {
        super.onStop();
        finish();
    }

    /**
     * Obtains the preference fragment to instantiate in this activity.
     *