burhanrashid52 / PhotoEditor

A Photo Editor library with simple, easy support for image editing using paints,text,filters,emoji and Sticker like stories.
MIT License
4.12k stars 989 forks source link

PE-439: Rename PhotoEdtiorView and update types in PhotoEditor #440

Closed lucianocheng closed 2 years ago

lucianocheng commented 2 years ago

There are a handful of places where the PhotoEditorView has the identifier viewGroup or parentView in the codebase.

There are also places where it has the type ViewGroup or RelativeView rather than PhotoEditorView

This is endlessly confusing and makes the codebase less readable and robust. This ticket is to fix this.

Notes:

See #439