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

am: 47dd955fad

Change-Id: I4863722709ad5d8b2adb7bf75ef89d3fd6c3cb3f
This commit is contained in:
Salvador Martinez
2017-10-04 18:42:12 +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();
}
/**