mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
@@ -41,6 +41,7 @@ import android.annotation.SuppressLint;
|
||||
import android.app.ActivityManager;
|
||||
import android.app.WindowConfiguration;
|
||||
import android.graphics.Rect;
|
||||
import android.os.Build;
|
||||
import android.util.ArrayMap;
|
||||
import android.util.SparseBooleanArray;
|
||||
import android.view.RemoteAnimationTarget;
|
||||
@@ -327,7 +328,7 @@ public class TransitionUtil {
|
||||
null,
|
||||
new Rect(change.getStartAbsBounds()),
|
||||
taskInfo,
|
||||
change.isAllowEnterPip(),
|
||||
Build.VERSION.SDK_INT >= Build.VERSION_CODES.VANILLA_ICE_CREAM && change.isAllowEnterPip(),
|
||||
INVALID_WINDOW_TYPE
|
||||
);
|
||||
target.setWillShowImeOnTarget(
|
||||
|
||||
Reference in New Issue
Block a user