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,
AddBookmarkFolderFragmentDirections
.actionBookmarkAddFolderFragmentToBookmarkSelectFolderFragment(
BookmarkRoot.Root.id,
true
)
)

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

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

Loading…
Cancel
Save