You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user calls setProgressDialogMsgId or setProgressDialogTitleId, setting the related instance variable, then these values should be stored in onSaveInstanceState and restored in onCreate or onRestoreInstanceState; otherwise, if the user rotates the screen while a BetterAsyncTask is running then the wrong text will be displayed, or the application will crash if the default DroidFu resources are not defined.
The text was updated successfully, but these errors were encountered:
If the user calls
setProgressDialogMsgId
orsetProgressDialogTitleId
, setting the related instance variable, then these values should be stored inonSaveInstanceState
and restored inonCreate
oronRestoreInstanceState
; otherwise, if the user rotates the screen while aBetterAsyncTask
is running then the wrong text will be displayed, or the application will crash if the default DroidFu resources are not defined.The text was updated successfully, but these errors were encountered: