Use new API of SpaEnvironmentFactory.
Test: manual - build Settings Change-Id: I1cd5d7297687b6373a0044f8a100dd968b91e657
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user