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

Commit 7d648959 authored by Matt Pietal's avatar Matt Pietal
Browse files

Whoops - Typo from prior commit

Add the child view to the map, not the root view

Fixes: 301473935
Test: manual
Change-Id: I161410a5b4b3fc4a64a0dc0b841c90953e987493
parent 645ed0e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ object KeyguardRootViewBinder {
        view.setOnHierarchyChangeListener(
            object : OnHierarchyChangeListener {
                override fun onChildViewAdded(parent: View, child: View) {
                    childViews.put(child.id, view)
                    childViews.put(child.id, child)
                }

                override fun onChildViewRemoved(parent: View, child: View) {