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

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

Merge "Read drag to fullscreen from attributes" into main

parents f6a1ed56 a35be222
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -894,9 +894,7 @@ class DividerPresenter implements View.OnTouchListener {

    private static boolean isDraggingToFullscreenAllowed(
            @NonNull DividerAttributes dividerAttributes) {
        // TODO(b/293654166) Use DividerAttributes.isDraggingToFullscreenAllowed when extension is
        // updated to v7.
        return false;
        return dividerAttributes.isDraggingToFullscreenAllowed();
    }

    /**