mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-03-03 14:28:41 +00:00
Merge pull request #125 from OHermesJunior/refactor-view-image
Some refactors on media activities.
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user