pull/1900/merge
Namyunsuk 2 days ago committed by GitHub
commit d1e49ffbd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,6 +42,7 @@ class BookmarksViewModel @Inject constructor(
) : ViewModel() {
var shouldDisplayUndoBookmark by mutableStateOf(false)
private set
private var lastRemovedBookmarkId: String? = null
val feedUiState: StateFlow<NewsFeedUiState> =

Loading…
Cancel
Save