From bb4ef4d1b631cfb37ae4a50777a10efe8470b497 Mon Sep 17 00:00:00 2001 From: Salvador Martinez Date: Mon, 2 Oct 2017 18:17:29 -0700 Subject: [PATCH] Update support to not need dialog fragment This CL update support to not need the dialog fragment. Test: robotests Bug: 65552746 Change-Id: Ic4a21f05f04384795f4e616c2d6d914fc7dd3510 --- src/com/android/settings/support/SupportDashboardActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/settings/support/SupportDashboardActivity.java b/src/com/android/settings/support/SupportDashboardActivity.java index 819d5f72f44..d3fcf9a8a28 100644 --- a/src/com/android/settings/support/SupportDashboardActivity.java +++ b/src/com/android/settings/support/SupportDashboardActivity.java @@ -47,8 +47,8 @@ public class SupportDashboardActivity extends Activity implements Indexable { supportFeatureProvider.startSupportV2(this); } else { startActivity(new Intent(this, LegacySupportActivity.class)); - finish(); } + finish(); } /**