Skip to content

Commit

Permalink
Merge pull request #2667 from quran/renovate/androidxactivitycomposev…
Browse files Browse the repository at this point in the history
…ersion

Update dependency androidx.activity:activity-compose to v1.9.0
  • Loading branch information
ahmedre committed Apr 24, 2024
2 parents 57061a7 + 2addeaa commit da4ea0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Expand Up @@ -917,11 +917,8 @@ class PagerActivity : AppCompatActivity(), AudioBarListener, OnBookmarkTagsUpdat
}
}

public override fun onNewIntent(intent: Intent?) {
public override fun onNewIntent(intent: Intent) {
super.onNewIntent(intent)
if (intent == null) {
return
}

recentPagePresenter.onJump()
val extras = intent.extras
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -28,7 +28,7 @@ timberVersion = "5.0.1"

# androidx library versions
androidxAppcompatVersion = "1.6.1"
androidxActivityComposeVersion = "1.8.2"
androidxActivityComposeVersion = "1.9.0"
androidxAnnotationVersion = "1.7.1"
androidxCoreVersion = "1.13.0"
androidxNavigationVersion = "2.7.7"
Expand Down

0 comments on commit da4ea0d

Please sign in to comment.