Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Closes #11500: Remove wrong activity title
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Vainikka authored and BranescuMihai committed Jun 19, 2020
1 parent 3ad7795 commit cb12923
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cb12923

Please sign in to comment.