Skip to content

Commit

Permalink
Merge pull request #455 from willowtreeapps/fix-crash-on-add-category
Browse files Browse the repository at this point in the history
Fix Crash When Clicking "+" to Add New Category
  • Loading branch information
mattttvaughn authored Dec 27, 2023
2 parents 40aaeb9 + f33bdcf commit 77f4ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/navigation/main_nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<argument
android:name="category"
app:argType="com.willowtree.vocable.presets.Category"
app:nullable="true" />
app:nullable="true"
android:defaultValue="@null" />
<action
android:id="@+id/action_editCategoriesKeyboardFragment_to_editCategoryMenuFragment"
app:destination="@id/editCategoryMenuFragment" />
Expand Down

0 comments on commit 77f4ff4

Please sign in to comment.