Removed a Toast that is no longer needed.

This commit is contained in:
PhotonQyv 2017-09-02 16:25:01 +01:00
parent 6c97bf876c
commit 19ba21b2ee
1 changed files with 0 additions and 3 deletions

View File

@ -636,9 +636,6 @@ public class TootActivity extends AppCompatActivity implements OnRetrieveSearcAc
break;
}
// TODO: Work out what needs to be done to the URL from a text URL share to allow upload.
Toast.makeText(getApplicationContext(), "in upload: " + fileUri.toString(), Toast.LENGTH_SHORT).show();
picture_scrollview.setVisibility(View.VISIBLE);
try {