mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
utils: placeholderの戻り値を間違えて変えてたので修正
This commit is contained in:
parent
c767f65683
commit
57184a2c8b
|
@ -32,7 +32,7 @@ public class DeviceInfoUtilsImpl implements DeviceInfoUtils {
|
|||
|
||||
@Override
|
||||
public boolean hasPermission(String permission) {
|
||||
return null
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user