-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
I use android native view in js file,If a sub view 'mViewXXX' of native view is setVisibility(View.GONE) before render on screen, and click other button of native view to show mViewXXX(using setVisibility(VISIBLE)), but mViewXXX is not show on screen. And I found its width and height are both zero, but its visibility is VISIBLE. Why from setVisibility(GONE) to setVisibility(VISIBLE) not work? Anyone encounter this issue?
Metadata
Metadata
Assignees
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.