gueei/AndroidBinding

OptionsMenu Items do not update when their underlying Observables change

Opened this issue · 2 comments

Steps to reproduce:

  • clone repo @ commit c390b7d (v0.6, build 718)
  • build the MarkupDemoICS example
  • tap on the ShowHomeAsUp and ShowHome ActionBar buttons
  • the Commands fire, changing the top-left home icon & top button, but the ActionBar button text does NOT change from true to false

I'm not super familiar with the internals of Android Binding so I haven't figured out the solution to this just yet. If you can guide me in the right direction, I'd be happy to write a patch.

:)

Thanks for a great library!

OK! Breakthrough: I was seeing this bug before in my own app, but I just upgraded my AndroidBinding to the latest version and now the bug is gone in my app. I will update once I try to reproduce this again in the MarkupDemoICS app.

I also notices this issues.

I will take care of the ICS stuff end of August.

We also Need some 4.3 enhancements.

2013/7/24, David Young-Chan Kay notifications@github.com:

Steps to reproduce:

  • clone repo @ commit c390b7d (v0.6, build
    718)
  • build the MarkupDemoICS example
  • tap on the ShowHomeAsUp and ShowHome ActionBar buttons
  • the Commands fire, changing the top-left home icon & top button, but the
    ActionBar button text does NOT change from true to false

I'm not super familiar with the internals of Android Binding so I haven't
figured out the solution to this just yet. If you can guide me in the right
direction, I'd be happy to write a patch.

:)

Thanks for a great library!


Reply to this email directly or view it on GitHub:
#3