Skip to content

Commit

Permalink
Fix NPE bug when rendering menuCreateRepo
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan676 committed Aug 23, 2016
1 parent c24e1a5 commit fb98aeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/menu-sw480dp/browser_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
app:showAsAction="always"
android:title="More">
<menu>
<item android:id="@+id/create_repo"
android:visible="true"
android:title="@string/add_repo"
app:showAsAction="ifRoom"/>

<item android:id="@+id/edit"
android:visible="false"
android:title="@string/edit"
Expand Down

0 comments on commit fb98aeb

Please sign in to comment.