Skip to content

Commit

Permalink
fixed: 按钮不可点击的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mxvc committed Aug 19, 2024
1 parent dd7db43 commit 7c7a23d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "cn.moon.ql"
minSdk 24
targetSdk 33
versionCode 103
versionName "1.0.3"
versionCode 104
versionName "1.0.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_qing_long_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
android:layout_gravity="start"
android:layout_marginBottom="64dp"
android:layout_marginTop="16dp"
android:enabled="false"
android:text="@string/action_ql_login"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 7c7a23d

Please sign in to comment.