Merge "Update support to not need dialog fragment" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot
2017-10-04 18:35:32 +00:00
committed by Android (Google) Code Review

View File

@@ -47,8 +47,8 @@ public class SupportDashboardActivity extends Activity implements Indexable {
supportFeatureProvider.startSupportV2(this); supportFeatureProvider.startSupportV2(this);
} else { } else {
startActivity(new Intent(this, LegacySupportActivity.class)); startActivity(new Intent(this, LegacySupportActivity.class));
finish();
} }
finish();
} }
/** /**