Merge pull request #125 from OHermesJunior/refactor-view-image

Some refactors on media activities.
This commit is contained in:
Docile-Alligator 2020-06-16 15:27:05 +08:00 committed by GitHub
commit f0f4cf42ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,6 +167,8 @@ public class ViewVideoActivity extends AppCompatActivity {
mediaDownloader = new MediaDownloaderImpl();
mediaDownloader = new MediaDownloaderImpl();
Intent intent = getIntent();
mVideoUri = intent.getData();
postTitle = intent.getStringExtra(EXTRA_POST_TITLE);