mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
add a hint that self-avatar is not completely working as expected
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user