Merge "Remove the redundant constructor of SuggestionFeatureProviderImpl"
This commit is contained in:
@@ -357,7 +357,7 @@ public class SettingsHomepageActivity extends FragmentActivity implements
|
||||
|
||||
private void showSuggestionFragment(boolean scrollNeeded) {
|
||||
final Class<? extends Fragment> fragmentClass = FeatureFactory.getFactory(this)
|
||||
.getSuggestionFeatureProvider(this).getContextualSuggestionFragment();
|
||||
.getSuggestionFeatureProvider().getContextualSuggestionFragment();
|
||||
if (fragmentClass == null) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user