Deleted Item from Room Database Reloads after app restart
So i have a recyclerview with few items(meals) where a user adds from a alertdialog. When I start the app and add a meal then immediately delete it and quit the app , when starting it second time the meal i just added is loaded from the database and it was not deleted , while it must be. When i delete it the second time when it was added previously it gets deleted and not loaded again.