narendrakothamire / android-binding

Automatically exported from code.google.com/p/android-binding
0 stars 0 forks source link

Action bar and options menu not show #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
0.6

Please provide any additional information below.
I fixed it changing the following code:

http://code.google.com/p/android-binding/source/browse/branches/v0.6/AndroidBind
ingV30/src/gueei/binding/v30/app/BindingActivityV30.java?spec=svn752&r=752#131

to 

if (mBindableActionBarRef == null || mBindableActionBarRef.get() == null) 
return;

and 

http://code.google.com/p/android-binding/source/browse/branches/v0.6/AndroidBind
ingV30/src/gueei/binding/v30/app/BindingActivityV30.java?spec=svn752&r=752#136

to

if (mBindableOptionsMenuRef == null || mBindableOptionsMenuRef.get() == null ) 
return;

Original issue reported on code.google.com by thiago...@gmail.com on 16 Aug 2012 at 7:32

GoogleCodeExporter commented 8 years ago
Thanks.. sorry for the problem there. 

Original comment by gueei....@gmail.com on 5 Sep 2012 at 9:24

GoogleCodeExporter commented 8 years ago

Original comment by gueei....@gmail.com on 5 Sep 2012 at 9:33