Skip to content
Snippets Groups Projects
Commit 136b2412 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Remove useless log

parent 7ec77872
No related branches found
No related tags found
1 merge request!875Fix video track
......@@ -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()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment