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

Commit d90e8c0d authored by Daria Evdokimova's avatar Daria Evdokimova Committed by Android Git Automerger
Browse files

am 00a08477: Added VoiceInteractor to DELETE_CLOCK

* commit '00a08477':
  Added VoiceInteractor to DELETE_CLOCK
parents f6826048 00a08477
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -452,6 +452,10 @@ public class HandleDeskClockApiCalls extends Activity {
                        LogUtils.i(reason);
                        Cities.saveCitiesToSharedPrefs(prefs, selectedCities);
                        Events.sendClockEvent(R.string.action_delete, R.string.label_intent);
                    } else {
                        // the specified city hasn't been added to the user's list yet
                        Voice.notifyFailure(mActivity, mContext.getString(
                                R.string.the_city_you_specified_is_not_available));
                    }
                    break;
                }