Code refactored and added comments.

This commit is contained in:
Kartikey Kushwaha 2018-08-12 18:34:20 +05:30
parent 12b93d6637
commit af42e32ae6
3 changed files with 26 additions and 18 deletions

View file

@ -101,9 +101,7 @@ public class App extends Application {
configureRxJavaErrorHandler();
// Check for new version
if (BuildConfig.FLAVOR.equals("github")) {
new FetchAppVersionTask().execute();
}
new CheckForNewAppVersionTask().execute();
}
protected Downloader getDownloader() {