Auto pos in debug version only for now

This commit is contained in:
M66B
2021-05-09 21:31:36 +02:00
parent e7ae2ab173
commit f521b4bb68

View File

@@ -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;