Moved the new version check to the application class.

This commit is contained in:
Kartikey Kushwaha 2018-08-12 16:35:53 +05:30
parent 7c875a8541
commit 06f20c66f8
3 changed files with 6 additions and 4 deletions

View file

@ -80,10 +80,6 @@ public class MainActivity extends AppCompatActivity {
ThemeHelper.setTheme(this, ServiceHelper.getSelectedServiceId(this));
if (BuildConfig.FLAVOR.equals("github")) {
new FetchAppVersionTask().execute();
}
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);