removing timerState config, not sure why was it needed

This commit is contained in:
tibbi
2022-07-03 15:26:39 +02:00
parent 36f692e652
commit 1ed261e534
5 changed files with 5 additions and 10 deletions

View File

@ -8,7 +8,6 @@ import kotlin.math.pow
const val SELECTED_TIME_ZONES = "selected_time_zones"
const val EDITED_TIME_ZONE_TITLES = "edited_time_zone_titles"
const val TIMER_SECONDS = "timer_seconds"
const val TIMER_STATE = "timer_state"
const val TIMER_VIBRATE = "timer_vibrate"
const val TIMER_SOUND_URI = "timer_sound_uri"
const val TIMER_SOUND_TITLE = "timer_sound_title"