Merge "Use new API of SpaEnvironmentFactory."
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.
|
* Override this function to set different spa environment for different Settings app.
|
||||||
*/
|
*/
|
||||||
protected void setSpaEnvironment() {
|
protected void setSpaEnvironment() {
|
||||||
SpaEnvironmentFactory.INSTANCE.setInstance(new SettingsSpaEnvironment());
|
SpaEnvironmentFactory.INSTANCE.reset(new SettingsSpaEnvironment());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setHomeActivity(SettingsHomepageActivity homeActivity) {
|
public void setHomeActivity(SettingsHomepageActivity homeActivity) {
|
||||||
|
Reference in New Issue
Block a user