一、liveDataBus简单实现 public class LiveDataBus { private final Map<String, MutableLiveData<Object>> mBus; private LiveDataBus() { mBus ...
確定! 回上一頁