fix crash when requests overlay permission
This commit is contained in:
@@ -25,7 +25,7 @@ function like(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}catch(e){
|
}catch(e){
|
||||||
log(e)
|
log(e);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user