When calling show toast message from AIDL service callback toast comes with flicker. I tried with runOnUiThread()
, handler, etc... in AIDL callback but still it's not solving.
Anyone faced similar issue?
When calling show toast message from AIDL service callback toast comes with flicker. I tried with runOnUiThread()
, handler, etc... in AIDL callback but still it's not solving.
Anyone faced similar issue?
© 2022 - 2024 — McMap. All rights reserved.
socket.io
library. On any event (connection, error, new message) I showed aToast
message in UI thread. It showed normally, but wrote the warning to LogCat. – Orvalorvan