|
@@ -169,7 +169,7 @@ class ProfileManager(private val context: Context) : IProfileManager,
|
|
|
|
|
|
|
|
info[0].contains("expire") -> {
|
|
info[0].contains("expire") -> {
|
|
|
if (info[1].isNotEmpty()) {
|
|
if (info[1].isNotEmpty()) {
|
|
|
- expire = info[1].toLong()
|
|
|
|
|
|
|
+ expire = (info[1].toDouble()*1000).toLong()
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|