mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-01 18:51:35 -05:00
Replaced progress indicator methods with their "support" equivalents. Also, it seems that on Android 4.0.4 and 4.0.3 if you request a progress indicator in your ActionBarActivity (from the support library), that it is set to visible to begin with. At least, that is the conclusion I have come to, seeing as the only places it is set to visible is on installApk() and removeApk(). Setting it to hidden in onCreate seemed to do the trick (Couldn't use onResume, because we come back from the "Request super user permissions" dialog, which causes onResume to be invoked).