Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48a6741c authored by Jordan Demeulenaere's avatar Jordan Demeulenaere Committed by Automerger Merge Worker
Browse files

Merge "Fix outdated LaunchableView documentation" into tm-qpr-dev am:...

Merge "Fix outdated LaunchableView documentation" into tm-qpr-dev am: e58b1161 am: 2d24b0fa am: 83de6dee

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



Change-Id: I26a44b3908180b397791e4a190ff32e14a0dee54
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8b24508a 83de6dee
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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)
}