mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Clean the focus logging
This commit is contained in:
parent
ff2abfa83d
commit
1041197087
1 changed files with 0 additions and 2 deletions
|
@ -904,8 +904,6 @@ class MainActivity : AppCompatActivity(), ColorPickerDialogListener {
|
||||||
val visible =
|
val visible =
|
||||||
newFocus != null && newFocus.measuredHeight > 0 && newFocus.measuredWidth > 0 && newFocus.isShown && newFocus.tag != "tv_no_focus_tag"
|
newFocus != null && newFocus.measuredHeight > 0 && newFocus.measuredWidth > 0 && newFocus.isShown && newFocus.tag != "tv_no_focus_tag"
|
||||||
focusOutline.isVisible = visible
|
focusOutline.isVisible = visible
|
||||||
//Todo Clean this
|
|
||||||
Log.d("King","${newFocus?.tag}:${newFocus.toString()}")
|
|
||||||
|
|
||||||
if (newFocus != null) {
|
if (newFocus != null) {
|
||||||
lastFocus = WeakReference(newFocus)
|
lastFocus = WeakReference(newFocus)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue