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?