Merge pull request #968 from deltachat/disable-self-avatar

add a hint that self-avatar is not completely working as expected
This commit is contained in:
cyBerta
2019-06-24 10:52:34 +02:00
committed by GitHub
@@ -182,6 +182,9 @@ public class CreateProfileActivity extends BaseActionBarActivity {
break;
case Crop.REQUEST_CROP:
if (resultCode == Activity.RESULT_OK) {
Toast.makeText(CreateProfileActivity.this, "Sending profile picture to others is not yet implemented.\n\nWe're working on it, stay tuned :)", Toast.LENGTH_LONG).show();
new AsyncTask<Void, Void, byte[]>() {
@Override
protected byte[] doInBackground(Void... params) {