Skip to content
Snippets Groups Projects
Commit 0fdbddb6 authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "Whoops - Typo from prior commit" into main

parents 47ddf0e6 7d648959
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment