fix sending photo as file

This commit is contained in:
vivabelarus 2025-10-18 20:33:49 +03:00
parent 5e163694dc
commit de8d4079ba
No known key found for this signature in database
GPG key ID: 49D91FD306D1018E

View file

@ -1770,7 +1770,7 @@ public class PhotoPickerActivity extends BaseFragment implements NotificationCen
}
private void sendSelectedPhotos(boolean notify, int scheduleDate) {
sendSelectedPhotos(notify, scheduleDate, null);
}
private void sendSelectedPhotos(boolean notify, int scheduleDate, Integer autoDeleteDelay) {