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

Commit bf31bf96 authored by Annie Chin's avatar Annie Chin
Browse files

got -> was

Change-Id: I0b3d574c15932c0fbaaa19ac0d1c2d32c09e2cf5
parent 63330e51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ public class AlarmActivity extends AppCompatActivity
        final long instanceId = AlarmInstance.getId(getIntent().getData());
        mAlarmInstance = AlarmInstance.getInstance(getContentResolver(), instanceId);
        if (mAlarmInstance == null) {
            // The alarm got deleted before the activity got created, so just finish()
            // The alarm was deleted before the activity got created, so just finish()
            LogUtils.e(LOGTAG, "Error displaying alarm for intent: %s", getIntent());
            finish();
            return;