Calligraphy icon indicating copy to clipboard operation
Calligraphy copied to clipboard

Fix multiple calls to onViewCreated and add missing break statement

Open jaredrummler opened this issue 8 years ago • 0 comments

The method onCreateView(View, String, AttributeSet) was removed because it simply calls onCreateView(String, AttributeSet). Removing the method ensures that CalligraphyFactory#onViewCreated(View, Context, AttributeSet) is only called once per view.

jaredrummler avatar Jan 06 '17 07:01 jaredrummler