Loading packages/SystemUI/animation/src/com/android/systemui/animation/ActivityTransitionAnimator.kt +1 −1 Original line number Diff line number Diff line Loading @@ -2362,7 +2362,7 @@ constructor( } } reparent = true } catch (e: IllegalStateException) { } catch (e: Exception) { Log.e(TAG, "Failed to reparent transition leash: already released") reparent = false } Loading Loading
packages/SystemUI/animation/src/com/android/systemui/animation/ActivityTransitionAnimator.kt +1 −1 Original line number Diff line number Diff line Loading @@ -2362,7 +2362,7 @@ constructor( } } reparent = true } catch (e: IllegalStateException) { } catch (e: Exception) { Log.e(TAG, "Failed to reparent transition leash: already released") reparent = false } Loading