Android Question New code for E2E Activity does not refresh when I remove a view.

MrKim

Well-Known Member
Licensed User
Longtime User
Using the code HERE

I am adding a listview to the activity - tried adding it both to the activity and the root.
I also tried adding the listview to a panel and then removing that.

When I remove the list view from the activity or the root (tried adding it to both.
The Root does not refresh and I am left with a blank screen.
Activity.Invalidate Does not refresh the screen
Rotating the device does.

Example attached. Press the employee button.
 

Attachments

  • AAAATest.zip
    36.8 KB · Views: 1
Top