Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47dd955f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 0193e695 bb4ef4d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,8 +47,8 @@ public class SupportDashboardActivity extends Activity implements Indexable {
            supportFeatureProvider.startSupportV2(this);
        } else {
            startActivity(new Intent(this, LegacySupportActivity.class));
            finish();
        }
        finish();
    }

    /**