Auto pos in debug version only for now

pull/198/head
M66B 3 years ago
parent e7ae2ab173
commit f521b4bb68

@ -5637,6 +5637,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…
Cancel
Save