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
On rooted Alcatel Ideal 4060a running Android 5.1.1 and using script version 51, the tsum tsum script will not accept a premium ticket that is at the top of the inbox. If there were items in the inbox above the preimum ticket, it will accept those, but it gets stuck on the premium ticket.
When it comes up to a premium ticket, it appears to click receive in the inbox itself, but when the dialog comes up with the "ok" button, it instead clicks "cancel." After clicking the "ok" button manually, when I opened up the log, it appeared that it was trying to ignore an ad because the log said "Ignore Ad" over and over again.
I suspect that this has something to do with code in Tsum.prototype.taskReceiveOneItem in the index.js file, and the script is improperly recognizing the premium ticket as an ad somehow.
The text was updated successfully, but these errors were encountered:
On rooted Alcatel Ideal 4060a running Android 5.1.1 and using script version 51, the tsum tsum script will not accept a premium ticket that is at the top of the inbox. If there were items in the inbox above the preimum ticket, it will accept those, but it gets stuck on the premium ticket.
When it comes up to a premium ticket, it appears to click receive in the inbox itself, but when the dialog comes up with the "ok" button, it instead clicks "cancel." After clicking the "ok" button manually, when I opened up the log, it appeared that it was trying to ignore an ad because the log said "Ignore Ad" over and over again.
I suspect that this has something to do with code in
Tsum.prototype.taskReceiveOneItem
in the index.js file, and the script is improperly recognizing the premium ticket as an ad somehow.The text was updated successfully, but these errors were encountered: