调整速度变红阈值,从40改为90

This commit is contained in:
tongchenfei
2020-07-21 15:26:22 +08:00
parent 133a6d50e3
commit 9cf8b755c0

View File

@@ -10,7 +10,7 @@ import kotlinx.android.synthetic.main.module_left_panel_simple_speed.*
*
* @author tongchenfei
*/
private const val SPEED_THRESHOLD = 40
private const val SPEED_THRESHOLD = 90
class SimpleSpeedFragment: MvpFragment<SimpleSpeedFragment, SimpleSpeedPresenter>() {
override fun getLayoutId(): Int {
return R.layout.module_left_panel_simple_speed