mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 16:57:50 +00:00
Clean
This commit is contained in:
parent
c73409b9d2
commit
904d9b95b7
@ -406,7 +406,7 @@ public class CreateProfileActivity extends BaseActionBarActivity implements Inje
|
|||||||
String newProfileKey = ProfileKeyUtil.generateEncodedProfileKey(context);
|
String newProfileKey = ProfileKeyUtil.generateEncodedProfileKey(context);
|
||||||
byte[] profileKey = ProfileKeyUtil.getProfileKeyFromEncodedString(newProfileKey);
|
byte[] profileKey = ProfileKeyUtil.getProfileKeyFromEncodedString(newProfileKey);
|
||||||
|
|
||||||
//Loki - Upload the profile photo here
|
// Loki - Upload the profile photo here
|
||||||
if (avatar != null) {
|
if (avatar != null) {
|
||||||
Log.d("Loki", "Start uploading profile photo");
|
Log.d("Loki", "Start uploading profile photo");
|
||||||
LokiFileServerAPI storageAPI = LokiFileServerAPI.shared;
|
LokiFileServerAPI storageAPI = LokiFileServerAPI.shared;
|
||||||
|
@ -28,8 +28,6 @@ import org.whispersystems.signalservice.loki.utilities.retryIfNeeded
|
|||||||
|
|
||||||
object MultiDeviceProtocol {
|
object MultiDeviceProtocol {
|
||||||
|
|
||||||
// TODO: Closed groups
|
|
||||||
|
|
||||||
enum class MessageType { Text, Media }
|
enum class MessageType { Text, Media }
|
||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user