commit | e58b1161c41d64afafadfada46d2e7362efd78a7 | [log] [tgz] |
---|---|---|
author | Jordan Demeulenaere <jdemeulenaere@google.com> | Tue Feb 21 13:21:06 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Feb 21 13:21:06 2023 +0000 |
tree | 1b3f1376f5601bc63a3574a25c51c97998650e8b | |
parent | d5c64afa01a0ff2df0acdb09b457f77338830c80 [diff] | |
parent | 00771c3010f64e714c133afa4c75e50373a33e4e [diff] |
Merge "Fix outdated LaunchableView documentation" into tm-qpr-dev
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 774255b..b98b9221 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 @@ * * 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) }