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

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);