File tree Expand file tree Collapse file tree
java/io/nekohasekai/sagernet/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1857,8 +1857,10 @@ class ConfigurationFragment @JvmOverloads constructor(
18571857 profileStatus.setOnClickListener {
18581858 alert(err).tryToShow()
18591859 }
1860+ profileStatus.isFocusable = false
18601861 } else {
1861- profileStatus.setOnClickListener(null )
1862+ profileStatus.setOnClickListener { }
1863+ profileStatus.isFocusable = false
18621864 }
18631865
18641866 editButton.setOnClickListener {
Original file line number Diff line number Diff line change 166166 android : textAppearance =" ?android:attr/textAppearanceSmall"
167167 android : textColor =" ?android:textColorSecondary" />
168168
169+ <View
170+ android : layout_width =" 0dp"
171+ android : layout_height =" 0dp"
172+ android : layout_weight =" 1" />
173+
169174 <TextView
170175 android : id =" @+id/profile_status"
171- android : layout_width =" 0dp "
176+ android : layout_width =" wrap_content "
172177 android : layout_height =" wrap_content"
173- android : layout_weight =" 1"
174178 android : layout_marginStart =" 8dp"
175179 android : gravity =" end"
176180 android : singleLine =" true"
You can’t perform that action at this time.
0 commit comments