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

pull/600/head
Michael Comella 4 years ago committed by liuche
parent c68f4c2df7
commit b2ec960ace

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

Loading…
Cancel
Save