version:1.0.1
update: bugfixes:修复TAG
This commit is contained in:
@@ -59,7 +59,7 @@ import java.util.Set;
|
||||
* create an instance of this fragment.
|
||||
*/
|
||||
public class ControlFragment extends BaseMvvmFragment<ControlViewModel, PhoneFragmentControlBinding> {
|
||||
private static final String TAG = ControlFragment.class.getSimpleName();
|
||||
private static final String TAG = "ControlFragment";
|
||||
|
||||
private MMKV mMMKV = MMKV.mmkvWithID(CommonConfig.MMKV_ID, MMKV.MULTI_PROCESS_MODE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user