gueei / AndroidBinding

MVVM for Android
MIT License
349 stars 77 forks source link

OptionsMenu Items do not update when their underlying Observables change #3

Open DavidYKay opened 11 years ago

DavidYKay commented 11 years ago

Steps to reproduce:

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!

DavidYKay commented 11 years ago

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.

egandro commented 11 years ago

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 c390b7d460f9803eb93cfdc0b6afe03075102527 (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: https://github.com/gueei/AndroidBinding/issues/3