mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 22:51:02 +00:00
Disabled auto pos
This commit is contained in:
parent
17bbbecc16
commit
5e5ba013b5
1 changed files with 3 additions and 0 deletions
|
@ -5696,6 +5696,9 @@ 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 a new issue