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

Commit 65485b11 authored by Jiaming Liu's avatar Jiaming Liu
Browse files

[Divider] Disable drag-to-fullscreen

Will re-enable it in extensions v7

Bug: 343308774
Test: atest DividerPresenterTest Manual
Change-Id: Ie84aad19dab42aa6cde5f26777ba2e389904b26b
parent df5244aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -841,8 +841,8 @@ class DividerPresenter implements View.OnTouchListener {
    private static boolean isDraggingToFullscreenAllowed(
            @NonNull DividerAttributes dividerAttributes) {
        // TODO(b/293654166) Use DividerAttributes.isDraggingToFullscreenAllowed when extension is
        // updated.
        return true;
        // updated to v7.
        return false;
    }

    /**