summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jordan Demeulenaere <jdemeulenaere@google.com> 2023-02-21 13:29:28 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-02-21 13:29:28 +0000
commit2d24b0fa6a30c9ab3dd39a12f081dc812fb61627 (patch)
tree20d84bac8820af7a146601d3ffa0630ed00ca63a
parent85a767a45e2289cb5deb219ed82aa4323a586e7f (diff)
parente58b1161c41d64afafadfada46d2e7362efd78a7 (diff)
Merge "Fix outdated LaunchableView documentation" into tm-qpr-dev am: e58b1161c4
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21508424 Change-Id: Ic19ad91031af580a5c2d4d4af25ce60f374eb635 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--packages/SystemUI/animation/src/com/android/systemui/animation/LaunchableView.kt3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/animation/src/com/android/systemui/animation/LaunchableView.kt b/packages/SystemUI/animation/src/com/android/systemui/animation/LaunchableView.kt
index 774255be4007..b98b92219c33 100644
--- a/packages/SystemUI/animation/src/com/android/systemui/animation/LaunchableView.kt
+++ b/packages/SystemUI/animation/src/com/android/systemui/animation/LaunchableView.kt
@@ -35,8 +35,7 @@ interface LaunchableView {
*
* Note that calls to [View.setTransitionVisibility] shouldn't be blocked.
*
- * @param block whether we should block/postpone all calls to `setVisibility` and
- * `setTransitionVisibility`.
+ * @param block whether we should block/postpone all calls to `setVisibility`.
*/
fun setShouldBlockVisibilityChanges(block: Boolean)
}