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

Commit 0e7b6e53 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Use the correct FGS View when animating into a dialog

This CL fixes the View that is used when showing the Foreground Services
dialog.

Test: Click the FGS button when the Security button is also shown.
Bug: 264728445
Change-Id: Id686279bbfc1e47e28da894342688d44183ebf42
parent 36993538
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