Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Casanowow Life for love
VLC-Android
Commits
1d308fed
Commit
1d308fed
authored
Jun 27, 2012
by
Sébastien Toque
Browse files
do not animate untagged fragments
parent
5c5d1168
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlc-android/src/org/videolan/vlc/gui/MainActivity.java
View file @
1d308fed
...
...
@@ -529,7 +529,7 @@ public class MainActivity extends SherlockFragmentActivity {
else
if
(
mTag
.
equalsIgnoreCase
(
"audio"
))
((
MainActivity
)
mActivity
).
mCurrentViewTab
=
AUDIO_TAB
;
if
(
current
!=
null
)
{
if
(
current
!=
null
&&
current
.
getTag
()
!=
null
)
{
if
(
current
.
getTag
()
==
mTag
)
return
;
if
(
mTag
.
equalsIgnoreCase
(
"video"
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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