items in RecyclerView disappeared OnPause of Activity
问题 my app add item to Recyclerview at 12 AM it added then it disappears when OnPause of activity here is my code & i don't know if it deleted from my RoomDatabase or from my RecyclerView ListOfItemsActivity.java RecyclerView notesRecyclerView; NotesRecyclerViewAdapter notesRecyclerViewAdapter; RecyclerView.LayoutManager layoutManager; NotesViewModel notesViewModel; List<Note> note = new ArrayList<>(); private static final String PREF_PAUSE_TIME_KEY = "exit_time"; private static final Long MILLIS