commit | 865ee02d20c9bbdf4f37ea0bd035a7aa65196f66 | [log] [tgz] |
---|---|---|
author | Tony <[email protected]> | Tue Mar 06 23:50:03 2018 +0000 |
committer | Tony <[email protected]> | Wed Mar 07 12:21:10 2018 +0000 |
tree | 5e826915f27c071784771b37a25f9a1557f08434 | |
parent | 5589583dcf9689400c2e4a7348bc1d9facac8af7 [diff] [blame] |
Show back button when a floating view is visible Bug: 74184060 Bug: 74243869 Change-Id: I3b1806e10d3f910ce3a8a980c2b1e0609e01582b
diff --git a/src/com/android/launcher3/dragndrop/DragLayer.java b/src/com/android/launcher3/dragndrop/DragLayer.java index 301070c..f5d0b24 100644 --- a/src/com/android/launcher3/dragndrop/DragLayer.java +++ b/src/com/android/launcher3/dragndrop/DragLayer.java
@@ -709,12 +709,14 @@ public void onViewAdded(View child) { super.onViewAdded(child); updateChildIndices(); + UiFactory.onLauncherStateOrFocusChanged(mLauncher); } @Override public void onViewRemoved(View child) { super.onViewRemoved(child); updateChildIndices(); + UiFactory.onLauncherStateOrFocusChanged(mLauncher); } @Override