You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an abstract super class that has a CharcoalTextView with @charcoal annotation
Within the the super's onCreate(Bundle) call CharcoalBinder.burn(this);
Perform action on CharcoalTextView within a sub class extending the above super class
CharcoalTextView will not convert successfully, with error "CharcoalTextView not initialized. Displaying as plain number...". It seems to attempt to use the SubClass as the target rather the Super abstract class. This happens even if in the super you do CharcoalBinder.burn(SuperClassName.this);
To reproduce: