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 Jan 13, 2018. It is now read-only.
I have also run across this issue, similar to issue 42.
My resolution was to simply remove the line (MenuItemLegacyBarAction):
_menuItem=newLegacyBarMenuItem(menuId,Handle);
And implement the callback using an Action.
Under my testing, LegacyBarMenuItem fails to be ctor'd (the binding fails to attach to Android's MenuItem). I am unable to pinpoint exactly what's causing this. Therefore, I simply removed it.
The text was updated successfully, but these errors were encountered:
Nope. No avail. I am using a patched version as of now.
It would be great if you could move the LegacyBar to be completely delegate orientated; implementation code will look a lot cleaner on my end. Android doesn't do a great job when it comes to events!
As stated in:
#42
I have also run across this issue, similar to issue 42.
My resolution was to simply remove the line (MenuItemLegacyBarAction):
And implement the callback using an Action.
Under my testing, LegacyBarMenuItem fails to be ctor'd (the binding fails to attach to Android's MenuItem). I am unable to pinpoint exactly what's causing this. Therefore, I simply removed it.
The text was updated successfully, but these errors were encountered: