fix(automator): RootAutomator (x, y) not correct on some devices
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
||||
applicationId "org.autojs.autojs"
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 23
|
||||
versionCode 414
|
||||
versionName "4.0.2 Alpha9"
|
||||
versionCode 416
|
||||
versionName "4.0.2 Alpha11"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
multiDexEnabled true
|
||||
ndk {
|
||||
|
||||
@@ -192,7 +192,7 @@ public class CodeEditText extends AppCompatEditText {
|
||||
return;
|
||||
}
|
||||
JavaScriptHighlighter.HighlightTokens highlightTokens = mHighlightTokens;
|
||||
Log.d(LOG_TAG, "drawText: tokens = " + highlightTokens);
|
||||
//Log.d(LOG_TAG, "drawText: tokens = " + highlightTokens);
|
||||
Layout layout = getLayout();
|
||||
int lineCount = getLineCount();
|
||||
int textLength = highlightTokens == null ? 0 : highlightTokens.getText().length();
|
||||
|
||||
Reference in New Issue
Block a user