1
0
Fork 0

No issue: add clarifying kdoc for BookmarkFragment.

master
Michael Comella 2020-05-06 12:37:04 -07:00 committed by liuche
parent 8b27a48635
commit 4cf7280916
1 changed files with 3 additions and 0 deletions

View File

@ -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 {