mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 20:53:09 +00:00
parent
a1c5e942cd
commit
d88c01367c
@ -109,7 +109,7 @@ public class BrowserFile {
|
||||
}
|
||||
}
|
||||
|
||||
if (browserFile.getPermissions().contains("R")) {
|
||||
if (browserFile.getPermissions() != null && browserFile.getPermissions().contains("R")) {
|
||||
browserFile.isAllowedToReShare = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user