-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PocketBook: Try to handle MTSYNC properly #1712
Conversation
Based on a semi-educated guess given what https://github.com/imustafin/pbdoom is doing... It *sortof* makes sense, given the new SDK 6 stuff and the behavior I noticed, so, eeeeh. I fully expect this to horribly break on devices without GetTouchInfoI support, though, regardless of our compat shim ;D. Followup to koreader#1662
contacts before the lift Oops. That definitely explains why GD was picking up stale contacts all over the place ;p.
Ping @LukasKnuth (koreader/koreader#11111), @mafes1 (koreader/koreader#10950), @zmixnyc (koreader/koreader#11196) for more testers ;). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2, 1 of 1 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @NiLuJe)
Based on a semi-educated guess given what https://github.com/imustafin/pbdoom is doing...
It sortof makes sense, given the new SDK 6 stuff and the behavior I noticed, so, eeeeh.
I fully expect this to horribly break on devices without GetTouchInfoI support, though, regardless of our compat shim ;D.
Followup to #1662
This change is