v0.8.2c: added reviews to the structure of update services

This commit is contained in:
Evan Debenham
2020-08-19 20:45:03 -04:00
parent 210c96c02c
commit 2675901bea
4 changed files with 33 additions and 0 deletions

View File

@@ -65,4 +65,10 @@ public class DebugUpdates extends UpdateService {
//does nothing
}
@Override
public void initializeReview(ReviewResultCallback callback) {
//does nothing
callback.onComplete();
}
}