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:
parent
c68f4c2df7
commit
b2ec960ace
@ -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 {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user