Remove the redundant constructor of SuggestionFeatureProviderImpl
Fix: 175167313 Test: robotest Change-Id: I7ebbaf92398a8300971d592e2ee7a6e0d82c1d2f
This commit is contained in:
@@ -179,8 +179,8 @@ public class ZenOnboardingActivity extends Activity {
|
||||
}
|
||||
|
||||
private static boolean withinShowTimeThreshold(Context context) {
|
||||
final SuggestionFeatureProvider featureProvider = FeatureFactory.getFactory(context)
|
||||
.getSuggestionFeatureProvider(context);
|
||||
final SuggestionFeatureProvider featureProvider =
|
||||
FeatureFactory.getFactory(context).getSuggestionFeatureProvider();
|
||||
final SharedPreferences prefs = featureProvider.getSharedPrefs(context);
|
||||
final long currentTimeMs = System.currentTimeMillis();
|
||||
final long firstDisplayTimeMs;
|
||||
|
Reference in New Issue
Block a user