chore: updated tempo references to tempus including github check

This commit is contained in:
eddyizm 2025-10-27 09:06:57 -07:00
parent 747af0d81c
commit de14663b25
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
3 changed files with 4 additions and 4 deletions

View file

@ -438,7 +438,7 @@ public class MainActivity extends BaseActivity {
}
private void checkTempoUpdate() {
if (BuildConfig.FLAVOR.equals("tempo") && Preferences.showTempoUpdateDialog()) {
if (BuildConfig.FLAVOR.equals("tempus") && Preferences.showTempoUpdateDialog()) {
mainViewModel.checkTempoUpdate().observe(this, latestRelease -> {
if (latestRelease != null && UpdateUtil.showUpdateDialog(latestRelease)) {
GithubTempoUpdateDialog dialog = new GithubTempoUpdateDialog(latestRelease);