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

Commit a3b84225 authored by Jiaming Liu's avatar Jiaming Liu Committed by Android (Google) Code Review
Browse files

Merge "[Divider] Disable drag-to-fullscreen" into main

parents c49e1919 65485b11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -851,8 +851,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;
    }

    /**