mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
Bug 1831023 - Update AndroidX Appcompat to version 1.6.1 (#1884)
* Bug 1831023 - Update AndroidX Appcompat to version 1.6.1 * Bug 1831023 - Add manifest entry for push notification permission * Bug 1831023 - Add suppression for MissingPermission linter failure * Bug 1831023 - Add super.onBackPressed() to TrackingProtectionPanelDialogFragment.kt --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
parent
8c5f0fe0b1
commit
d5ad186095
@ -169,6 +169,8 @@ class TrackingProtectionPanelDialogFragment : AppCompatDialogFragment(), UserInt
|
|||||||
object : BottomSheetDialog(requireContext(), this.theme) {
|
object : BottomSheetDialog(requireContext(), this.theme) {
|
||||||
@Deprecated("Deprecated in Java")
|
@Deprecated("Deprecated in Java")
|
||||||
override fun onBackPressed() {
|
override fun onBackPressed() {
|
||||||
|
@Suppress("DEPRECATION")
|
||||||
|
super.onBackPressed()
|
||||||
this@TrackingProtectionPanelDialogFragment.onBackPressed()
|
this@TrackingProtectionPanelDialogFragment.onBackPressed()
|
||||||
}
|
}
|
||||||
}.apply {
|
}.apply {
|
||||||
|
@ -22,7 +22,7 @@ object FenixVersions {
|
|||||||
const val androidx_activity = "1.6.1"
|
const val androidx_activity = "1.6.1"
|
||||||
const val androidx_compose = "1.4.2"
|
const val androidx_compose = "1.4.2"
|
||||||
const val androidx_compose_compiler = "1.4.6"
|
const val androidx_compose_compiler = "1.4.6"
|
||||||
const val androidx_appcompat = "1.3.0"
|
const val androidx_appcompat = "1.6.1"
|
||||||
const val androidx_benchmark = "1.1.1"
|
const val androidx_benchmark = "1.1.1"
|
||||||
const val androidx_biometric = "1.1.0"
|
const val androidx_biometric = "1.1.0"
|
||||||
const val androidx_coordinator_layout = "1.1.0"
|
const val androidx_coordinator_layout = "1.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user