mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-20 11:43:00 +00:00
SHA256 attachment MACs.
This commit is contained in:
@@ -37,7 +37,7 @@ public class PushDownloader {
|
||||
}
|
||||
|
||||
public void process(MasterSecret masterSecret, Intent intent) {
|
||||
if (!intent.getAction().equals(SendReceiveService.DOWNLOAD_PUSH_ACTION))
|
||||
if (!SendReceiveService.DOWNLOAD_PUSH_ACTION.equals(intent.getAction()))
|
||||
return;
|
||||
|
||||
long messageId = intent.getLongExtra("message_id", -1);
|
||||
|
Reference in New Issue
Block a user