mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-27 00:56:45 +00:00
disable data extraction notification sending
This commit is contained in:
@@ -354,7 +354,8 @@ public class MediaPreviewActivity extends PassphraseRequiredActionBarActivity im
|
||||
new Attachment(mediaItem.uri, mediaItem.type, saveDate, null));
|
||||
// Sending a Data extraction notification (for incoming attachments only)
|
||||
if(!mediaItem.outgoing) {
|
||||
sendMediaSavedNotificationIfNeeded();
|
||||
//TODO uncomment line below when Data extraction will be activated
|
||||
//sendMediaSavedNotificationIfNeeded();
|
||||
}
|
||||
})
|
||||
.execute();
|
||||
|
||||
Reference in New Issue
Block a user