Merge "Make the support loader activity display UI." into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-07-21 01:43:47 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

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