clean up and reformat

This commit is contained in:
andrekir 2022-08-23 21:39:08 -03:00
parent cf827aefaf
commit 69f311e133
4 changed files with 10 additions and 16 deletions

View file

@ -409,11 +409,10 @@ class MainActivity : BaseActivity(), Logging,
installSplashScreen()
super.onCreate(savedInstanceState)
if (preferences.getBoolean("app_intro_completed", false) == false) {
if (!preferences.getBoolean("app_intro_completed", false)) {
startActivity(Intent(this, AppIntroduction::class.java))
}
binding = ActivityMainBinding.inflate(layoutInflater)
val prefs = UIViewModel.getPreferences(this)