This commit is contained in:
tom5079
2022-01-20 19:41:10 +09:00
parent 6bebd36e83
commit 8d8c5ace61
3 changed files with 2 additions and 3 deletions

View File

@@ -192,7 +192,6 @@ fun initWebView(context: Context) {
CoroutineScope(Dispatchers.Unconfined).launch {
_webViewFlow.emit(uid to null)
}
Toast.makeText(context, message, Toast.LENGTH_LONG).show()
FirebaseCrashlytics.getInstance().log(
"onError: $message"
)