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

Commit 5d68c3f7 authored by Zekan Qian's avatar Zekan Qian Committed by Android (Google) Code Review
Browse files

Merge "Use new API of SpaEnvironmentFactory."

parents f8eb2960 f1311f80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ public class SettingsApplication extends Application {
     * Override this function to set different spa environment for different Settings app.
     */
    protected void setSpaEnvironment() {
        SpaEnvironmentFactory.INSTANCE.setInstance(new SettingsSpaEnvironment());
        SpaEnvironmentFactory.INSTANCE.reset(new SettingsSpaEnvironment());
    }

    public void setHomeActivity(SettingsHomepageActivity homeActivity) {