Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca773490 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere Committed by Android (Google) Code Review
Browse files

Merge "Use the correct FGS View when animating into a dialog" into tm-qpr-dev

parents c49d109f 0e7b6e53
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -219,9 +219,9 @@ object FooterActionsViewBinder {
            // Small button with the number only.
            foregroundServicesWithTextView.isVisible = false

            foregroundServicesWithNumberView.visibility = View.VISIBLE
            foregroundServicesWithNumberView.isVisible = true
            foregroundServicesWithNumberView.setOnClickListener {
                foregroundServices.onClick(Expandable.fromView(foregroundServicesWithTextView))
                foregroundServices.onClick(Expandable.fromView(foregroundServicesWithNumberView))
            }
            foregroundServicesWithNumberHolder.number.text = foregroundServicesCount.toString()
            foregroundServicesWithNumberHolder.number.contentDescription = foregroundServices.text