Skip to content

Commit

Permalink
PE-72 Remove useBrushView
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanepechard authored and burhanrashid52 committed Jul 10, 2021
1 parent 358bf13 commit 011862a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ private MultiTouchListener getMultiTouchListener(final boolean isPinchScalable)

@Override
public void setBrushDrawingMode(boolean brushDrawingMode) {
parentView.useBrushView();
if (drawingView != null) {
drawingView.enableDrawing(brushDrawingMode);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,5 @@ void setFilterEffect(CustomEffect customEffect) {
mImageFilterView.setFilterEffect(customEffect);
}

public void useBrushView() {
mDrawingView.bringToFront();
}

// endregion
}

0 comments on commit 011862a

Please sign in to comment.