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

Commit ed48cbc8 authored by Dan Sandler's avatar Dan Sandler Committed by android-build-merger
Browse files

Fix SuperNotCalledException.

am: 04f8cc2b

Change-Id: Ic981a15b565092ea13a618c7ac0ed9d000854362
parents 5f7f3fa7 04f8cc2b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ import android.util.Log;
public class NekoActivationActivity extends Activity {
    @Override
    public void onStart() {
        super.onStart();

        final PackageManager pm = getPackageManager();
        final ComponentName cn = new ComponentName(this, NekoTile.class);
        if (pm.getComponentEnabledSetting(cn) == PackageManager.COMPONENT_ENABLED_STATE_ENABLED) {