2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-02 03:40:16 +00:00

[fenix] No issue: add clarifying kdoc for BookmarkFragment.

This commit is contained in:
Michael Comella 2020-05-06 12:37:04 -07:00 committed by liuche
parent c68f4c2df7
commit b2ec960ace

View File

@ -49,6 +49,9 @@ import org.mozilla.fenix.ext.toShortUrl
import org.mozilla.fenix.library.LibraryPageFragment import org.mozilla.fenix.library.LibraryPageFragment
import org.mozilla.fenix.utils.allowUndo import org.mozilla.fenix.utils.allowUndo
/**
* The screen that displays the user's bookmark list in their Library.
*/
@Suppress("TooManyFunctions", "LargeClass") @Suppress("TooManyFunctions", "LargeClass")
class BookmarkFragment : LibraryPageFragment<BookmarkNode>(), UserInteractionHandler { class BookmarkFragment : LibraryPageFragment<BookmarkNode>(), UserInteractionHandler {