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

Commit f110a3c3 authored by Salvador Martinez's avatar Salvador Martinez Committed by android-build-merger
Browse files

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

am: 47dd955f

Change-Id: I4863722709ad5d8b2adb7bf75ef89d3fd6c3cb3f
parents 73679c12 47dd955f
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();
    }

    /**