Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Casanowow Life for love
VLC-Android
Commits
9eb9494e
Commit
9eb9494e
authored
Aug 02, 2012
by
Edward Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src: Fix NullPointerException in MediaInfoActivity
parent
081717da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vlc-android/src/org/videolan/vlc/gui/video/MediaInfoActivity.java
...oid/src/org/videolan/vlc/gui/video/MediaInfoActivity.java
+2
-0
No files found.
vlc-android/src/org/videolan/vlc/gui/video/MediaInfoActivity.java
View file @
9eb9494e
...
...
@@ -156,6 +156,8 @@ public class MediaInfoActivity extends ListActivity {
@Override
public
void
handleMessage
(
Message
msg
)
{
MediaInfoActivity
activity
=
getOwner
();
if
(
activity
==
null
)
return
;
switch
(
msg
.
what
)
{
case
NEW_IMAGE:
activity
.
updateImage
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment