mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-07 08:03:16 +00:00
Consolodate Base64 Classes
both org.thoughtcrime.redphone.util and org.thoughtcrime.securesms.util have a Base64 util class, however, other than whitespace changes, and the securesms one having a couple of extra methods, they are the same. This commit removes org.thoughtcrime.redphone.util.Base64 and anything referencing it now uses org.thoughtcrime.securesms.util.Base64 Closes #4294
This commit is contained in:
committed by
Moxie Marlinspike
parent
11a93fabe5
commit
79cb6166d5
@@ -3,10 +3,10 @@ package org.thoughtcrime.securesms.mms;
|
||||
import android.support.annotation.NonNull;
|
||||
import android.support.annotation.Nullable;
|
||||
|
||||
import org.thoughtcrime.redphone.util.Base64;
|
||||
import org.thoughtcrime.securesms.attachments.Attachment;
|
||||
import org.thoughtcrime.securesms.database.ThreadDatabase;
|
||||
import org.thoughtcrime.securesms.recipients.Recipients;
|
||||
import org.thoughtcrime.securesms.util.Base64;
|
||||
import org.whispersystems.textsecure.internal.push.TextSecureProtos.GroupContext;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
Reference in New Issue
Block a user