Clean up FeatureFactory.getFeature()
Bug: 286764889 Test: m Settings Change-Id: I7e472e6b0ca6b7a735c1b92742ddf06c545176fc
This commit is contained in:
@@ -54,7 +54,7 @@ public class SurveyMixin implements LifecycleObserver, OnResume {
|
||||
// guard against the activity not existing yet
|
||||
if (activity != null) {
|
||||
SurveyFeatureProvider provider =
|
||||
FeatureFactory.getFactory(activity).getSurveyFeatureProvider(activity);
|
||||
FeatureFactory.getFeatureFactory().getSurveyFeatureProvider(activity);
|
||||
if (provider != null) {
|
||||
provider.sendActivityIfAvailable(mName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user