1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

View class referenced from a layout should be public

This commit is contained in:
cketti 2014-04-07 18:53:47 +02:00
parent 19b808b93b
commit c53973910f

View File

@ -4230,7 +4230,7 @@ public class MessageCompose extends K9Activity implements OnClickListener,
* {@code \r\n} to {@code \n} and back again when setting and getting text.
*
*/
private static class EolConvertingEditText extends EditText {
public static class EolConvertingEditText extends EditText {
public EolConvertingEditText(Context context, AttributeSet attrs) {
super(context, attrs);