Add Context in SpaEnvironment
Bug: 244122804 Test: manual - build Settings Change-Id: I92b0e69a880d280776ab7f482aad3e06c72c3c03
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.reset(new SettingsSpaEnvironment());
|
||||
SpaEnvironmentFactory.INSTANCE.reset(new SettingsSpaEnvironment(this));
|
||||
}
|
||||
|
||||
public void setHomeActivity(SettingsHomepageActivity homeActivity) {
|
||||
|
Reference in New Issue
Block a user