This commit is contained in:
nielsandriesse 2020-05-22 15:03:15 +10:00
parent c73409b9d2
commit 904d9b95b7
2 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

@ -28,8 +28,6 @@ import org.whispersystems.signalservice.loki.utilities.retryIfNeeded
object MultiDeviceProtocol {
// TODO: Closed groups
enum class MessageType { Text, Media }
@JvmStatic