Removing more warnings

This commit is contained in:
Vitor Pamplona
2026-04-06 09:27:37 -04:00
parent 014e08fa0d
commit 1d12ae36e5
2 changed files with 3 additions and 0 deletions
@@ -48,6 +48,7 @@ class OldBookmarkListState(
val cache: ICacheProvider,
val scope: CoroutineScope,
) {
@Stable
class BookmarkList(
val public: List<Note> = emptyList(),
val private: List<Note> = emptyList(),