mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2024-12-12 16:26:35 +01:00
correcting an intent action label
This commit is contained in:
parent
529c448ae0
commit
1fee00d8a1
@ -63,7 +63,7 @@ const val TOMORROW_BIT = -2
|
||||
|
||||
// stopwatch shortcut
|
||||
const val STOPWATCH_SHORTCUT_ID = "stopwatch_shortcut_id"
|
||||
const val STOPWATCH_TOGGLE_ACTION = "android.intent.action.TOGGLE_STOPWATCH"
|
||||
const val STOPWATCH_TOGGLE_ACTION = "com.simplemobiletools.clock.TOGGLE_STOPWATCH"
|
||||
|
||||
fun getDefaultTimeZoneTitle(id: Int) = getAllTimeZones().firstOrNull { it.id == id }?.title ?: ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user