Fixed {}
This commit is contained in:
@@ -38,7 +38,7 @@ android {
|
|||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 69
|
versionCode 69
|
||||||
versionName "5.2.17"
|
versionName "5.2.18"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 69,
|
"versionCode": 69,
|
||||||
"versionName": "5.2.17",
|
"versionName": "5.2.18",
|
||||||
"outputFile": "app-release.apk"
|
"outputFile": "app-release.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -192,7 +192,6 @@ fun initWebView(context: Context) {
|
|||||||
CoroutineScope(Dispatchers.Unconfined).launch {
|
CoroutineScope(Dispatchers.Unconfined).launch {
|
||||||
_webViewFlow.emit(uid to null)
|
_webViewFlow.emit(uid to null)
|
||||||
}
|
}
|
||||||
Toast.makeText(context, message, Toast.LENGTH_LONG).show()
|
|
||||||
FirebaseCrashlytics.getInstance().log(
|
FirebaseCrashlytics.getInstance().log(
|
||||||
"onError: $message"
|
"onError: $message"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user