You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Resolve:android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@2132278 is not valid; is your activity running?
361
362
}
362
363
}
@@ -381,6 +382,7 @@ private fun ContextWrapper?.showCustomInstallDialog(uri: Uri?) {
381
382
}
382
383
)
383
384
} catch (e:Exception) {
385
+
this?.loge("showCustomInstallDialog error : $e")
384
386
//Resolve:android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@2132278 is not valid; is your activity running?
385
387
}
386
388
}
@@ -410,6 +412,7 @@ internal fun ContextWrapper?.showDownloadDialog(
410
412
}
411
413
}
412
414
} catch (e:Exception) {
415
+
this?.loge("showDownloadDialog error : $e")
413
416
//Resolve:android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@2132278 is not valid; is your activity running?
414
417
}
415
418
}
@@ -434,6 +437,7 @@ private fun ContextWrapper?.showCustomDownloadDialog(
//Resolve:android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@2132278 is not valid; is your activity running?
0 commit comments