1
0
Fork 0

Closes #11500: Remove wrong activity title

master
Antti Vainikka 2020-06-16 11:44:29 +03:00 committed by Mihai Branescu
parent 3ad7795a2d
commit cb129231ae
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ class SelectBookmarkFolderFragment : Fragment() {
.getTree(BookmarkRoot.Root.id, recursive = true)
?.let { DesktopFolders(context, showMobileRoot = true).withOptionalDesktopFolders(it) }
}
activity?.title = bookmarkNode?.title ?: getString(R.string.library_bookmarks)
val adapter = SelectBookmarkFolderAdapter(sharedViewModel)
recylerViewBookmarkFolders.adapter = adapter
adapter.updateData(bookmarkNode)