Android Question StateManager.SaveState for AutoTextSizeLabel and AutoCompleteEditText

peacemaker

Expert
Licensed User
Longtime User
Please, help to adjust the module
 

peacemaker

Expert
Licensed User
Longtime User
Thanks, solved.
Trouble was when used
B4X:
StateManager.RestoreState(Me, "userquery", 0)
instead of correct
B4X:
StateManager.RestoreState(Activity, "userquery", 0)
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…