build hacks, r3 release
[android_pandora.git] / apps / AndroidSupportV2 / src / android / support / v2 / app / FragmentActivity.java
index 682af75..330edaa 100644 (file)
@@ -529,7 +529,7 @@ public class FragmentActivity extends Activity {
         if (android.support.v2.os.Build.VERSION.SDK_INT >= HONEYCOMB) {
             // If we are running on HC or greater, we can use the framework
             // API to invalidate the options menu.
-            ActivityCompatHoneycomb.invalidateOptionsMenu(this);
+            //ActivityCompatHoneycomb.invalidateOptionsMenu(this);
             return;
         }