修复 所有脚本在Android 4.4都不能正常运行的问题
This commit is contained in:
@@ -93,6 +93,9 @@ public class JavaScriptHighlighter implements SimpleTextWatcher.AfterTextChanged
|
||||
}
|
||||
|
||||
public void updateTokens(String sourceString) {
|
||||
if(mTheme == null){
|
||||
return;
|
||||
}
|
||||
final int id = mRunningHighlighterId.incrementAndGet();
|
||||
mExecutorService.execute(() -> {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user