When I run the my application it was stuck so I check the Loccat, Its seems setTypeface with style : 0 error looping.
This comes from calls to
view.setTypeface(Typeface.DEFAULT,0)
or view.setTypeface(Typeface.DEFAULT,Typeface.NORMAL)
I believe you can safely change the calls to (omit the second parameter)
view.setTypeface(Typeface.DEFAULT)
(view being a TextView)
Galaxy 7 DUOS (SM-G920FD), Android 7.0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With