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
Copy file name to clipboardExpand all lines: android/moviesreloaded/src/main/java/com/walmartlabs/moviesreloaded/demo/navmenuhandler/MenuItemDemoFragment.java
if ("MoviesReloaded.refresh".equals(rightButton.getId())) {
31
+
if ("refresh".equals(rightButton.getId())) {
32
32
returnnewDefaultMenuItemProperties.Builder()
33
33
.icon(R.drawable.ic_refresh_24px)
34
34
.itemId(R.id.refresh)
@@ -50,7 +50,7 @@ public int homeAsUpIndicatorOverride(@NonNull String iconName) {
50
50
// Return true if you handle click for an item click. Returning false will ensure that the click is delegated back to react native component for handling.
0 commit comments