Skip to content

Commit

Permalink
fix: add @ExperimentalTime
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Jul 1, 2021
1 parent 1fbd642 commit 89713c1
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -15,6 +15,7 @@ import openfoodfacts.github.scrachx.openfood.databinding.ActivitySplashBinding
import openfoodfacts.github.scrachx.openfood.features.shared.BaseActivity
import openfoodfacts.github.scrachx.openfood.features.welcome.WelcomeActivity
import pl.aprilapps.easyphotopicker.EasyImage
import kotlin.time.ExperimentalTime

class SplashActivity : BaseActivity() {
private val binding by lazy { ActivitySplashBinding.inflate(layoutInflater) }
Expand All @@ -25,6 +26,7 @@ class SplashActivity : BaseActivity() {
SplashController(getSharedPreferences("prefs", 0), this, this)
}

@ExperimentalTime
public override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(binding.root)
Expand Down

0 comments on commit 89713c1

Please sign in to comment.