Remove the redundant constructor of SuggestionFeatureProviderImpl
Fix: 175167313 Test: robotest Change-Id: I7ebbaf92398a8300971d592e2ee7a6e0d82c1d2f
This commit is contained in:
@@ -103,8 +103,8 @@ public class SystemNavigationGestureSettings extends RadioButtonPickerFragment i
|
||||
public void onAttach(Context context) {
|
||||
super.onAttach(context);
|
||||
|
||||
SuggestionFeatureProvider suggestionFeatureProvider = FeatureFactory.getFactory(context)
|
||||
.getSuggestionFeatureProvider(context);
|
||||
SuggestionFeatureProvider suggestionFeatureProvider =
|
||||
FeatureFactory.getFactory(context).getSuggestionFeatureProvider();
|
||||
SharedPreferences prefs = suggestionFeatureProvider.getSharedPrefs(context);
|
||||
prefs.edit().putBoolean(PREF_KEY_SUGGESTION_COMPLETE, true).apply();
|
||||
|
||||
|
Reference in New Issue
Block a user