fix crash when requests overlay permission

This commit is contained in:
hyb1996
2017-07-12 13:21:18 +08:00
parent 1f9d424a20
commit 593abe630f
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ function like(){
} }
} }
}catch(e){ }catch(e){
log(e) log(e);
} }
}); });
} }

View File

@@ -27,5 +27,5 @@ dependencies {
}) })
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
compile 'com.android.support:support-annotations:25.3.1' compile 'com.android.support:support-annotations:25.3.1'
compile 'com.github.czy1121:settingscompat:1.1.4' compile 'com.github.hyb1996:settingscompat:1.1.5'
} }