pull/1903/head
kunfei 3 years ago
parent 7f548b9ac6
commit 0b2c81a223
  1. 2
      app/src/main/java/io/legado/app/constant/AppConst.kt

@ -60,7 +60,7 @@ object AppConst {
val sysElevation = appCtx.resources.getDimension(R.dimen.design_appbar_elevation).toInt()
val androidId: String by lazy {
Settings.System.getString(appCtx.contentResolver, Settings.Secure.ANDROID_ID)
Settings.System.getString(appCtx.contentResolver, Settings.Secure.ANDROID_ID) ?: "null"
}
val appInfo: AppInfo by lazy {

Loading…
Cancel
Save