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
If invocation of the relevant e-mail activity when sending icon-requests fails, the icons are recorded as having been sent anyway, and the amount designated to be sent consequently reduced from the amount available to send.
This is undesirable because it unnecessarily reduces the amount of icon-requests and demonstrates Candybar as buggy.
The text was updated successfully, but these errors were encountered:
RokeJulianLockhart
changed the title
If opening e-mail app fails, icons are recorded as having been requested anyway
If invocation of e-mail application fails, icons are recorded as having been requested anyway.
Jul 11, 2022
The control gets out of hand just before launching the email application (startActivity(intent)), so I'm still not sure if it's possible to fix this issue. Keeping this issue open, if someday I manage to fix this issue
@sarsamurmu is using onActivityResult[1] an option here, at all? It can't track whether an email got sent but at the very least it would allow handling crashes and errors. There's also a poor soul on SO that found out that the send-email-activity would return RESULT_CANCELED[2] every single time, but someone suggested a workaround to at least detect whether the email client was opened.
If invocation of the relevant e-mail activity when sending icon-requests fails, the icons are recorded as having been sent anyway, and the amount designated to be sent consequently reduced from the amount available to send.
This is undesirable because it unnecessarily reduces the amount of icon-requests and demonstrates Candybar as buggy.
Notified via this repository because "http://github.com/Donnnno/Arcticons/issues/1253#issuecomment-1179721188" suggested it.
The text was updated successfully, but these errors were encountered: