Skip to content

Commit

Permalink
Fix compilation error in the modularised example tests
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed Oct 27, 2022
1 parent 964baff commit 5848796
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class MainActivity : AppCompatActivity() {
findViewById<View>(android.R.id.content)
.animate()
.setListener(object: AnimatorListenerAdapter() {
override fun onAnimationEnd(animation: Animator?) {
override fun onAnimationEnd(animation: Animator) {
navigation.replace(LaunchKey)
}
})
Expand Down

0 comments on commit 5848796

Please sign in to comment.