Make ContextualCardLoader do entire loading upon fragment's onStart()
For dismissal mechanism, we will have to get information about those dismissed cards that are stored in Card DB with flag "dismiss" to filter them out. Currently we only do the entire loading in fragment's onCreate(), so only when the fragment is recreated users can get the new data. Now we are changing it to onStart() and make the loader restart so we are able to show the latest cards. Change-Id: I4c0be297232f026b46feb8084084816e1acc8f11 Fixes: 119090460 Bug: 113783548 Test: visual
Loading
Please register or sign in to comment