Improve GV2 update speed by only requesting a full snapshot when necessary.

This commit is contained in:
Cody Henthorne
2022-02-09 14:52:01 -05:00
committed by GitHub
parent 210bb23aa4
commit bb1e6ffae0
9 changed files with 797 additions and 181 deletions

View File

@@ -83,7 +83,7 @@ public class MockApplicationDependencyProvider implements ApplicationDependencie
@Override
public @NonNull JobManager provideJobManager() {
return null;
return mock(JobManager.class);
}
@Override