Why would we need to use sharedPreferences for this?
lucifer
mayhem: somehow after the inc dump on March 2, the data_dump_id_seq jumped from 742 to 775. 🤯 so i have triggered new full dumps to make for the missing ids.
yellowhatpro
Hello akshaaatt .
I was thinking about how can I access the data list size from SearchPagingSource to SearchActivity.
The logic for number of pages is data list size modulo offset
But to get data list size, I have to get the value from SearchPagingSource to Search Activity.
I tried many ways to fetch the value , but none seem to work.
So should I use shared Preferences for the problem , or is there any generic better way?? ಠ_à²
piwu has quit
piwu joined the channel
piwu has quit
piwu joined the channel
yvanzo
zas: It seems it is the same bug as the last time: an edit setting 200 release event dates for a 100 tracks release: https://musicbrainz.org/edit/87516146
There is a patch to prevent triggering unneeded reindex messages, but it doesn’t work for event dates for now; Still debugging it.
agatzk has quit
v6lur has quit
v6lur joined the channel
agatzk joined the channel
v6lur has quit
Shubh has quit
akshaaatt
yellowhatpro: always avoid persisting such data until and unless you want to reuse it upon restarting the app.
The use case we have here is dynamic in nature and should be accessed as is