Code refactored and added comments.
This commit is contained in:
parent
12b93d6637
commit
af42e32ae6
3 changed files with 26 additions and 18 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue