mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-14 04:00:48 +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…
x
Reference in New Issue
Block a user