OSDN Git Service

Update support to not need dialog fragment
authorSalvador Martinez <dehboxturtle@google.com>
Tue, 3 Oct 2017 01:17:29 +0000 (18:17 -0700)
committerSalvador Martinez <dehboxturtle@google.com>
Tue, 3 Oct 2017 19:28:43 +0000 (12:28 -0700)
This CL update support to not need the dialog fragment.

Test: robotests
Bug: 65552746
Change-Id: Ic4a21f05f04384795f4e616c2d6d914fc7dd3510

src/com/android/settings/support/SupportDashboardActivity.java

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