mirror of https://github.com/M66B/FairEmail.git
parent
3df3805a78
commit
1d73b33d76
|
@ -5696,9 +5696,6 @@ public class FragmentCompose extends FragmentBase {
|
|||
}
|
||||
|
||||
private int getAutoPos(int start, int end) {
|
||||
if (!BuildConfig.DEBUG)
|
||||
return -1;
|
||||
|
||||
if (start > end || end == 0)
|
||||
return -1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue