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
{{ message }}
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.
The following code worked in 0.7.3 and works no more in 0.8:
In debugger I see that in
onCreate
afterui()
callfindViewById(FRAGMENG_HOLDER_ID)
returns null, while in 0.7.3 it returns theFrameLayout
.If I change the call to
setContentView(ui())
, it works.The text was updated successfully, but these errors were encountered: