Merge "Fix outdated LaunchableView documentation" into tm-qpr-dev am: e58b1161c4 am: 2d24b0fa6a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21508424

Change-Id: I85dd5870a556324feffb04307ff64149d82f6b67
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jordan Demeulenaere
2023-02-21 14:31:00 +00:00
committed by Automerger Merge Worker

View File

@@ -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)
}