use TextClock at the clock tab, always show seconds

This commit is contained in:
tibbi
2022-04-21 13:58:23 +02:00
parent b59c89a587
commit 4e644dbfd5
7 changed files with 5 additions and 52 deletions

View File

@ -7,7 +7,6 @@ import java.util.TimeZone
import kotlin.math.pow
// shared preferences
const val SHOW_SECONDS = "show_seconds"
const val SELECTED_TIME_ZONES = "selected_time_zones"
const val EDITED_TIME_ZONE_TITLES = "edited_time_zone_titles"
const val TIMER_SECONDS = "timer_seconds"