fix displaying cob for nsclient
This commit is contained in:
parent
a934677f51
commit
e9670dd20a
1 changed files with 1 additions and 1 deletions
|
@ -760,7 +760,7 @@ class OverviewFragment : DaggerFragment(), View.OnClickListener, OnLongClickList
|
||||||
carbAnimation.stop()
|
carbAnimation.stop()
|
||||||
carbAnimation.selectDrawable(0);
|
carbAnimation.selectDrawable(0);
|
||||||
}
|
}
|
||||||
}
|
} else overview_cob?.text = cobText
|
||||||
|
|
||||||
val predictionsAvailable = if (config.APS) lastRun?.request?.hasPredictions == true else config.NSCLIENT
|
val predictionsAvailable = if (config.APS) lastRun?.request?.hasPredictions == true else config.NSCLIENT
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue