mirror of
https://github.com/TonyJiangWJ/Auto.js.git
synced 2026-06-21 21:01:43 +08:00
This commit is contained in:
parent
0b39c12572
commit
9d489c17cd
@ -9,8 +9,8 @@ android {
|
||||
applicationId "com.stardust.scriptdroid"
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 23
|
||||
versionCode 143
|
||||
versionName "2.0.13 Beta2"
|
||||
versionCode 145
|
||||
versionName "2.0.13 Beta3"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
multiDexEnabled true
|
||||
ndk {
|
||||
|
||||
@ -78,6 +78,9 @@ public class SideMenuFragment extends android.support.v4.app.Fragment {
|
||||
mExecutor.execute(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
if (mAccessibilityServiceSwitch == null) {
|
||||
return;
|
||||
}
|
||||
final boolean checked = AccessibilityService.isEnabled(App.getApp());
|
||||
mAccessibilityServiceSwitch.post(new Runnable() {
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user