Make currentSharingMode nullable
This commit is contained in:
parent
3b1e1d19a0
commit
9169766dbb
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class TelegramSettings(private val app: TelegramApplication) {
|
|||
private var hiddenOnMapChats: Set<Long> = emptySet()
|
||||
|
||||
var shareDevicesIds: Set<String> = emptySet()
|
||||
var currentSharingMode = ""
|
||||
var currentSharingMode: String? = null
|
||||
|
||||
var metricsConstants = MetricsConstants.KILOMETERS_AND_METERS
|
||||
var speedConstants = SpeedConstants.KILOMETERS_PER_HOUR
|
||||
|
|
Loading…
Reference in a new issue