This commit is contained in:
coco
2026-07-03 16:23:31 +08:00
commit 7a4fb0e6ae
1979 changed files with 101570 additions and 0 deletions
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.2.1" type="baseline" client="gradle" dependencies="false" name="AGP (7.2.1)" variant="fatal" version="7.2.1">
<issue
id="NullSafeMutableLiveData"
message="Expected non-nullable value"
errorLine1=" _loginLiveData.value = login(userInfo)"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src/main/java/com/lowe/wanandroid/ui/login/LoginViewModel.kt"
line="43"
column="36"/>
</issue>
<issue
id="NullSafeMutableLiveData"
message="Expected non-nullable value"
errorLine1=" _registerLiveData.value = register(registerInfo)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/java/com/lowe/wanandroid/ui/login/LoginViewModel.kt"
line="49"
column="39"/>
</issue>
</issues>