Remove unused nav arg from 'select folder'

pull/149/head
Grisha Kruglov 4 years ago committed by Grisha Kruglov
parent af03b88f1e
commit 24de85f805

@ -69,7 +69,6 @@ class AddBookmarkFolderFragment : Fragment(R.layout.fragment_edit_bookmark) {
R.id.bookmarkAddFolderFragment, R.id.bookmarkAddFolderFragment,
AddBookmarkFolderFragmentDirections AddBookmarkFolderFragmentDirections
.actionBookmarkAddFolderFragmentToBookmarkSelectFolderFragment( .actionBookmarkAddFolderFragmentToBookmarkSelectFolderFragment(
BookmarkRoot.Root.id,
true true
) )
) )

@ -106,7 +106,7 @@ class EditBookmarkFragment : Fragment(R.layout.fragment_edit_bookmark) {
nav( nav(
R.id.bookmarkEditFragment, R.id.bookmarkEditFragment,
EditBookmarkFragmentDirections EditBookmarkFragmentDirections
.actionBookmarkEditFragmentToBookmarkSelectFolderFragment(null) .actionBookmarkEditFragmentToBookmarkSelectFolderFragment()
) )
} }
} }

@ -298,10 +298,6 @@
android:name="org.mozilla.fenix.library.bookmarks.selectfolder.SelectBookmarkFolderFragment" android:name="org.mozilla.fenix.library.bookmarks.selectfolder.SelectBookmarkFolderFragment"
android:label="@string/bookmark_select_folder_fragment_label" android:label="@string/bookmark_select_folder_fragment_label"
tools:layout="@layout/fragment_select_bookmark_folder"> tools:layout="@layout/fragment_select_bookmark_folder">
<argument
android:name="folderGuid"
app:argType="string"
app:nullable="true" />
<action <action
android:id="@+id/action_bookmarkSelectFolderFragment_self" android:id="@+id/action_bookmarkSelectFolderFragment_self"
app:destination="@id/bookmarkSelectFolderFragment" /> app:destination="@id/bookmarkSelectFolderFragment" />

Loading…
Cancel
Save