Room Crashes While Accessing It Store Data
I using work manager to save data to my local database and then put the same data to the server. In localDeleteRequest class, I am passing id as WorkData and using that id to get t
Solution 1:
This is a bug in Room
. For more information look at https://issuetracker.google.com/issues/110100403. We will address this in WorkManager
alpha03
by moving to Room 1.1.1-rc1
.
Post a Comment for "Room Crashes While Accessing It Store Data"