|
@@ -96,6 +96,7 @@ class MagicCallActivity : BaseActivity() {
|
|
|
|
|
|
@RequiresApi(Build.VERSION_CODES.O)
|
|
@RequiresApi(Build.VERSION_CODES.O)
|
|
override fun onUserLeaveHint() {
|
|
override fun onUserLeaveHint() {
|
|
|
|
+ enableKeyguard()
|
|
enterPictureInPictureMode(getPipParams())
|
|
enterPictureInPictureMode(getPipParams())
|
|
}
|
|
}
|
|
|
|
|