am a27291fa
: Fix bug re: parsing EAS 12 flags that caused missed messages, etc.
Merge commit 'a27291faac56abacd0451427aedc3b9e789c7bd0' * commit 'a27291faac56abacd0451427aedc3b9e789c7bd0': Fix bug re: parsing EAS 12 flags that caused missed messages, etc.
This commit is contained in:
commit
4ecdb4e090
@ -199,7 +199,7 @@ public class EmailSyncAdapter extends AbstractSyncAdapter {
|
||||
while (nextTag(Tags.EMAIL_FLAG) != END) {
|
||||
switch (tag) {
|
||||
case Tags.EMAIL_FLAG_STATUS:
|
||||
state = true;
|
||||
state = getValueInt() == 2;
|
||||
break;
|
||||
default:
|
||||
skipTag();
|
||||
|
Loading…
Reference in New Issue
Block a user