Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Android
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
244
Issues
244
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-Android
Commits
17bb48b2
Commit
17bb48b2
authored
Oct 13, 2017
by
Geoffrey Métais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prevent NPE in login dialog
parent
4d8018a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vlc-android/src/org/videolan/vlc/gui/dialogs/VlcDialog.java
vlc-android/src/org/videolan/vlc/gui/dialogs/VlcDialog.java
+2
-1
No files found.
vlc-android/src/org/videolan/vlc/gui/dialogs/VlcDialog.java
View file @
17bb48b2
...
...
@@ -72,7 +72,8 @@ public abstract class VlcDialog<T extends Dialog, B extends android.databinding.
@Override
public
void
onDestroy
()
{
super
.
onDestroy
();
mVlcDialog
.
dismiss
();
if
(
mVlcDialog
!=
null
)
mVlcDialog
.
dismiss
();
getActivity
().
finish
();
}
...
...
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