Make currentSharingMode nullable

This commit is contained in:
Vitaliy 2018-09-28 17:05:26 +03:00 committed by GitHub
parent 3b1e1d19a0
commit 9169766dbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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