use the edited timezone title when appropriate

This commit is contained in:
tibbi
2018-03-02 16:00:37 +01:00
parent 19e20f51c7
commit 1c48c5b44f
6 changed files with 38 additions and 11 deletions

View File

@ -1,3 +1,3 @@
package com.simplemobiletools.clock.models
data class MyTimeZone(val id: Int, val title: String, val zoneName: String)
data class MyTimeZone(val id: Int, var title: String, val zoneName: String)