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){
log(e)
log(e);
}
});
}