feat : 注释
This commit is contained in:
@@ -12,6 +12,9 @@ import com.chwl.core.gift.bean.RoomNotifyDialogBean
|
||||
import com.chwl.core.im.custom.bean.CustomAttachment
|
||||
import java.util.LinkedList
|
||||
|
||||
/**
|
||||
* //todo do 优化方案: 创建一次 飘屏, 使用后 存起来, 下次取出来复用, 避免重复创建,节省内存消耗 ->
|
||||
*/
|
||||
object RoomNotifyDialogManager {
|
||||
private val queue = LinkedList<RoomNotifyDialogBean>()
|
||||
private var dialog : BaseRoomNotifyDialog<*>?=null
|
||||
|
Reference in New Issue
Block a user