jensstein / oandbackup

backup manager for android
Other
543 stars 198 forks source link

Reload of AppList on Device-Rotate #92

Closed DJaeger closed 9 years ago

DJaeger commented 9 years ago

The AppList reloads on every orientation change of the device. It requests every time the superuser right and seems to completely rebuild the list, not only the rendering.

jensstein commented 9 years ago

you're right. thanks for reporting. i had forgotten about the call to get a list of users on the device which uses su. that the list looked like it was being rebuilt was just because of a lag caused by the program handling su, i think. this is fixed with commit a802b9348a8ff727f81af9d0773d7f1a95a5c118.