Piwigo / Piwigo-Android

Piwigo Native Android App
GNU General Public License v3.0
140 stars 43 forks source link

Do not refresh accounts if they didn't change #246

Closed coolo closed 4 years ago

coolo commented 4 years ago

This avoids sudden callbacks for no changes - making the tests more reproducible. https://github.com/Piwigo/Piwigo-Android/issues/243 is still happening in tests - and also in reality, but not reproducible

coolo commented 4 years ago

The problem seems happen pretty frequent - if not reproducible - on API 26, but only there.

coolo commented 4 years ago

confirmed - it is reproducible on api 26 in studio as well. I tested on api 29 lately, that explains my ignorance :)