mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 18:13:24 +02:00
Disabled auto pos
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user