Loading services/accessibility/java/com/android/server/accessibility/autoclick/AutoclickTypePanel.java +4 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,10 @@ public class AutoclickTypePanel { } public void hide() { // Sets the button background to unselected styling, this is necessary to make sure the // button background styling is correct when the panel shows up next time. toggleSelectedButtonStyle(mSelectedButton, /* isSelected= */ false); mWindowManager.removeView(mContentView); } Loading Loading
services/accessibility/java/com/android/server/accessibility/autoclick/AutoclickTypePanel.java +4 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,10 @@ public class AutoclickTypePanel { } public void hide() { // Sets the button background to unselected styling, this is necessary to make sure the // button background styling is correct when the panel shows up next time. toggleSelectedButtonStyle(mSelectedButton, /* isSelected= */ false); mWindowManager.removeView(mContentView); } Loading