添加了界面及逻辑
This commit is contained in:
@@ -2,6 +2,7 @@ package com.sw.platecabinet.fragment
|
||||
|
||||
import android.os.CountDownTimer
|
||||
import com.sw.platecabinet.databinding.FragmentPlateCabinetFullBinding
|
||||
import timber.log.Timber
|
||||
|
||||
/**
|
||||
* 餐盘柜已满
|
||||
@@ -11,6 +12,7 @@ class PlateCabinetFullFragment :
|
||||
private var totalTimeInMillis: Long = 5 * 1000
|
||||
|
||||
override fun initialize() {
|
||||
Timber.d("initialize")
|
||||
initCountTime()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user