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

Commit c7a236e6 authored by Annie Chin's avatar Annie Chin Committed by Android Git Automerger
Browse files

am bf31bf96: got -> was

* commit 'bf31bf96':
  got -> was
parents c2033107 bf31bf96
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;