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

Commit 56beffab authored by Evan Laird's avatar Evan Laird Committed by Android (Google) Code Review
Browse files

Merge "[sb] set ongoing call chip to GONE" into main

parents 7b1c0aaa 9bbc4a8e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -95,7 +95,8 @@ class CollapsedStatusBarViewBinderImpl @Inject constructor() : CollapsedStatusBa
                                        primaryChipView.show(shouldAnimateChange = true)
                                    is OngoingActivityChipModel.Hidden ->
                                        primaryChipView.hide(
                                            shouldAnimateChange = primaryChipModel.shouldAnimate
                                            state = View.GONE,
                                            shouldAnimateChange = primaryChipModel.shouldAnimate,
                                        )
                                }
                            } else {