Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
533
Issue boards
Milestones
Wiki
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
136b2412
Commit
136b2412
authored
4 years ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Remove useless log
parent
7ec77872
No related branches found
No related tags found
1 merge request
!875
Fix video track
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
application/vlc-android/src/org/videolan/vlc/gui/BaseFragment.kt
+0
-1
0 additions, 1 deletion
...tion/vlc-android/src/org/videolan/vlc/gui/BaseFragment.kt
with
0 additions
and
1 deletion
application/vlc-android/src/org/videolan/vlc/gui/BaseFragment.kt
+
0
−
1
View file @
136b2412
...
...
@@ -104,7 +104,6 @@ abstract class BaseFragment : Fragment(), ActionMode.Callback {
protected
open
fun
hasFAB
()
=
::
swipeRefreshLayout
.
isInitialized
open
fun
setFabPlayVisibility
(
enable
:
Boolean
)
{
if
(
BuildConfig
.
DEBUG
)
Log
.
d
(
"FAB"
,
"setFabPlayVisibility $enable"
,
NullPointerException
())
fabPlay
?.
run
{
if
(
enable
)
show
()
else
hide
()
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment