chore: Adjust fixme note [skip ci]

Now that I think about it, moving to AndroidX paging is useless, we need to move to Compose to fully fix the desync issue
This commit is contained in:
Ahmad Ansori Palembani 2024-12-04 18:00:29 +07:00
parent 2e12817735
commit cd978388b2
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -46,7 +46,7 @@ import yokai.domain.manga.interactor.UpdateManga
import yokai.domain.manga.models.MangaUpdate import yokai.domain.manga.models.MangaUpdate
import yokai.domain.ui.UiPreferences import yokai.domain.ui.UiPreferences
// FIXME: Refactor to use AndroidX Paging // FIXME: Migrate to Compose
/** /**
* Presenter of [BrowseSourceController]. * Presenter of [BrowseSourceController].
*/ */