Merge "Update support to not need dialog fragment" into oc-mr1-dev am: 47dd955fad

am: f110a3c3ed

Change-Id: I3454b9b5678ffd27e7abc2112e9fcfb4a64e43b0
This commit is contained in:
Salvador Martinez
2017-10-04 19:26:15 +00:00
committed by android-build-merger

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();
}
/**