mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 20:53:09 +00:00
reformat code
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
470dbe89c2
commit
a1c5e942cd
@ -73,7 +73,7 @@ public class BrowserFile {
|
||||
|
||||
if (property instanceof ResourceType) {
|
||||
browserFile.isFile =
|
||||
!(((ResourceType) property).getTypes().contains(ResourceType.Companion.getCOLLECTION()));
|
||||
!(((ResourceType) property).getTypes().contains(ResourceType.Companion.getCOLLECTION()));
|
||||
}
|
||||
|
||||
if (property instanceof GetLastModified) {
|
||||
@ -109,7 +109,7 @@ public class BrowserFile {
|
||||
}
|
||||
}
|
||||
|
||||
if(browserFile.getPermissions().contains("R")){
|
||||
if (browserFile.getPermissions().contains("R")) {
|
||||
browserFile.isAllowedToReShare = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user