Merge "Don't lose content change during rollback for loader already started" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8ff7d162c6
@@ -484,7 +484,7 @@ public class Loader<D> {
|
|||||||
*/
|
*/
|
||||||
public void rollbackContentChanged() {
|
public void rollbackContentChanged() {
|
||||||
if (mProcessingChange) {
|
if (mProcessingChange) {
|
||||||
mContentChanged = true;
|
onContentChanged();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user