Yalantis / ToDoList

Micro-Transitions for Smooth Android To-Do List Animations
https://yalantis.com
1.65k stars 284 forks source link

D/TextView: setTypeface with style : 0 #12

Open senpl opened 6 years ago

senpl commented 6 years ago
 super(context, attrs, defStyleAttr);
    LayoutInflater.from(context).inflate(layout.bat_recycler_view, this, true);

this two lines go into infinite loop. In log only D/TextView: setTypeface with style : 0 It works in orginal example but using it outside of main projects produce that error.

senpl commented 6 years ago

This happend when You got file bat_ in your layouts, not inside library. If they are in app res folder inflate goes into infinite loop and app crashes. As library this should be protected against that in my opinion.