mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Hide app icon during predictive back to home
Bug: 311337169 Flag: ACONFIG com.android.systemui.predictive_back_qs_dialog_anim DEVELOPMENT Test: Manual, i.e. testing predictive back to home on device and verifying visually that app icon behaves correctly Change-Id: I91491d91d004d81f4abc67c361c8824eba8dfdcd
This commit is contained in:
@@ -1290,7 +1290,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
|
||||
/**
|
||||
* Returns view on launcher that corresponds to the closing app in the list of app targets
|
||||
*/
|
||||
private @Nullable View findLauncherView(RemoteAnimationTarget[] appTargets) {
|
||||
public @Nullable View findLauncherView(RemoteAnimationTarget[] appTargets) {
|
||||
for (RemoteAnimationTarget appTarget : appTargets) {
|
||||
if (appTarget.mode == MODE_CLOSING) {
|
||||
View launcherView = findLauncherView(appTarget);
|
||||
|
||||
Reference in New Issue
Block a user