Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StackOverflowError on RichEditor.setPaddingRelative() #94

Open
fr3akX opened this issue Jan 15, 2017 · 0 comments
Open

StackOverflowError on RichEditor.setPaddingRelative() #94

fr3akX opened this issue Jan 15, 2017 · 0 comments

Comments

@fr3akX
Copy link

fr3akX commented Jan 15, 2017

getting SO under 4.1.2 android on Sony

Caused by: java.lang.StackOverflowError
	at jp.wasabeef.richeditor.RichEditor.setPaddingRelative(RichEditor.java:207)
	at android.view.View.setPadding(View.java:14507)
	at android.view.ViewGroup.setPadding(ViewGroup.java:2646)
	at jp.wasabeef.richeditor.RichEditor.setPadding(RichEditor.java:200)
	at jp.wasabeef.richeditor.RichEditor.setPaddingRelative(RichEditor.java:207)
	at android.view.View.setPadding(View.java:14507)
	at android.view.ViewGroup.setPadding(ViewGroup.java:2646)
	at jp.wasabeef.richeditor.RichEditor.setPadding(RichEditor.java:200)
	at jp.wasabeef.richeditor.RichEditor.setPaddingRelative(RichEditor.java:207)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant