Update support to not need dialog fragment

This CL update support to not need the dialog fragment.

Test: robotests
Bug: 65552746
Change-Id: Ic4a21f05f04384795f4e616c2d6d914fc7dd3510
This commit is contained in:
Salvador Martinez
2017-10-02 18:17:29 -07:00
parent d5b9fec389
commit bb4ef4d1b6

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