mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
Clean
This commit is contained in:
parent
c73409b9d2
commit
904d9b95b7
2 changed files with 1 additions and 3 deletions
|
@ -406,7 +406,7 @@ public class CreateProfileActivity extends BaseActionBarActivity implements Inje
|
|||
String newProfileKey = ProfileKeyUtil.generateEncodedProfileKey(context);
|
||||
byte[] profileKey = ProfileKeyUtil.getProfileKeyFromEncodedString(newProfileKey);
|
||||
|
||||
//Loki - Upload the profile photo here
|
||||
// Loki - Upload the profile photo here
|
||||
if (avatar != null) {
|
||||
Log.d("Loki", "Start uploading profile photo");
|
||||
LokiFileServerAPI storageAPI = LokiFileServerAPI.shared;
|
||||
|
|
|
@ -28,8 +28,6 @@ import org.whispersystems.signalservice.loki.utilities.retryIfNeeded
|
|||
|
||||
object MultiDeviceProtocol {
|
||||
|
||||
// TODO: Closed groups
|
||||
|
||||
enum class MessageType { Text, Media }
|
||||
|
||||
@JvmStatic
|
||||
|
|
Loading…
Reference in a new issue