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

Commit 9871a9c5 authored by Yining Liu's avatar Yining Liu
Browse files

Fix inconsistent AOD icon container padding

Fix the issue of inconsistent AOD icon container padding due to less
active UI updating not calling
NotificationListViewBinder.bindWhileAttached on time.

Test: manual
Fix: 406415802
Flag: EXEMPT bugfix
Change-Id: Ie220e0f8244f149e41e2e6c7f9e257fc2b51c600
parent 4df088bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ constructor(
                setPaddingRelative(
                    resources.getDimensionPixelSize(R.dimen.below_clock_padding_start_icons),
                    0,
                    0,
                    resources.getDimensionPixelOffset(R.dimen.shelf_icon_container_padding),
                    0,
                )
                setVisibility(View.INVISIBLE)