Loading quickstep/src/com/android/quickstep/fallback/window/RecentsWindowManager.kt +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ package com.android.quickstep.fallback.window import android.animation.AnimatorSet import android.app.ActivityOptions import android.content.ComponentName import android.content.Context import android.content.LocusId import android.os.Bundle Loading Loading @@ -276,6 +277,10 @@ class RecentsWindowManager(context: Context) : } } override fun getComponentName(): ComponentName { return ComponentName(this, RecentsWindowManager::class.java) } override fun canStartHomeSafely(): Boolean { val overviewCommandHelper = tisBindHelper.overviewCommandHelper return overviewCommandHelper == null || overviewCommandHelper.canStartHomeSafely() Loading Loading
quickstep/src/com/android/quickstep/fallback/window/RecentsWindowManager.kt +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ package com.android.quickstep.fallback.window import android.animation.AnimatorSet import android.app.ActivityOptions import android.content.ComponentName import android.content.Context import android.content.LocusId import android.os.Bundle Loading Loading @@ -276,6 +277,10 @@ class RecentsWindowManager(context: Context) : } } override fun getComponentName(): ComponentName { return ComponentName(this, RecentsWindowManager::class.java) } override fun canStartHomeSafely(): Boolean { val overviewCommandHelper = tisBindHelper.overviewCommandHelper return overviewCommandHelper == null || overviewCommandHelper.canStartHomeSafely() Loading