File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
java/com/idormy/sms/forwarder/utils Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ const val FRONT_CHANNEL_NAME = "SmsForwarder Foreground Service"
143143
144144// Frp内网穿透
145145const val FRPC_LIB_DOWNLOAD_URL = " https://xupdate.ppps.cn/uploads/%s/%s/libgojni.so"
146- const val FRPC_LIB_VERSION = " 0.53.2 "
146+ const val FRPC_LIB_VERSION = " 0.54.0 "
147147const val EVENT_FRPC_UPDATE_CONFIG = " EVENT_FRPC_UPDATE_CONFIG"
148148const val EVENT_FRPC_DELETE_CONFIG = " EVENT_FRPC_DELETE_CONFIG"
149149const val EVENT_FRPC_RUNNING_ERROR = " EVENT_FRPC_RUNNING_ERROR"
Original file line number Diff line number Diff line change 384384 style =" @style/SwitchButtonStyle"
385385 android : layout_width =" wrap_content"
386386 android : layout_height =" wrap_content"
387- tools : ignore =" TouchTargetSizeCheck" />
387+ tools : ignore =" TouchTargetSizeCheck,DuplicateSpeakableTextCheck " />
388388
389389 </LinearLayout >
390390
10111011 <LinearLayout
10121012 style =" @style/BarStyle.Switch"
10131013 android : layout_width =" match_parent"
1014- android : layout_height =" wrap_content" >
1014+ android : layout_height =" wrap_content"
1015+ android : visibility =" gone" >
10151016
10161017 <LinearLayout
10171018 android : layout_width =" 0dp"
11581159 </LinearLayout >
11591160
11601161 <LinearLayout
1161- style =" @style/BarStyle.Switch "
1162+ style =" @style/BarStyle"
11621163 android : layout_width =" match_parent"
11631164 android : layout_height =" wrap_content"
11641165 android : baselineAligned =" false"
16791680 <LinearLayout
16801681 style =" @style/BarStyle.Switch"
16811682 android : layout_width =" match_parent"
1682- android : layout_height =" wrap_content" >
1683+ android : layout_height =" wrap_content"
1684+ android : visibility =" gone" >
16831685
16841686 <LinearLayout
16851687 android : layout_width =" 0dp"
You can’t perform that action at this time.
0 commit comments