mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-22 15:14:29 +01:00
@@ -64,7 +64,9 @@ public class AvatarStore {
|
||||
}
|
||||
|
||||
private void deleteAvatar(final File avatarFile) throws IOException {
|
||||
Files.delete(avatarFile.toPath());
|
||||
if (avatarFile.exists()) {
|
||||
Files.delete(avatarFile.toPath());
|
||||
}
|
||||
}
|
||||
|
||||
private File getGroupAvatarFile(GroupId groupId) {
|
||||
|
||||
Reference in New Issue
Block a user