mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-30 13:12:25 -05:00
View class referenced from a layout should be public
This commit is contained in:
parent
19b808b93b
commit
c53973910f
@ -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.
|
* {@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) {
|
public EolConvertingEditText(Context context, AttributeSet attrs) {
|
||||||
super(context, attrs);
|
super(context, attrs);
|
||||||
|
Loading…
Reference in New Issue
Block a user