Merged in PhotonQyv/mastodon_etalab/PhotonQyv-Baseline (pull request #100)

Removed a Toast that is no longer needed.
This commit is contained in:
PhotonQyv 2017-09-02 15:45:25 +00:00 committed by tom79
commit 4f3b6cdac4
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 {