1.修复漏洞
This commit is contained in:
2
.idea/deploymentTargetSelector.xml
generated
2
.idea/deploymentTargetSelector.xml
generated
@@ -4,7 +4,7 @@
|
||||
<selectionStates>
|
||||
<SelectionState runConfigName="app">
|
||||
<option name="selectionMode" value="DROPDOWN" />
|
||||
<DropdownSelection timestamp="2026-07-01T08:15:08.155754600Z">
|
||||
<DropdownSelection timestamp="2026-07-06T09:43:36.982037600Z">
|
||||
<Target type="DEFAULT_BOOT">
|
||||
<handle>
|
||||
<DeviceId pluginId="PhysicalDevice" identifier="serial=3A251FDJH000CE" />
|
||||
|
||||
1
.idea/gradle.xml
generated
1
.idea/gradle.xml
generated
@@ -19,6 +19,5 @@
|
||||
</option>
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
<option name="offlineMode" value="true" />
|
||||
</component>
|
||||
</project>
|
||||
@@ -62,12 +62,17 @@ class SocketUtilManageV2 {
|
||||
//监听socket相关行为
|
||||
EasySocket.getInstance().subscribeSocketAction(object : ISocketActionListener {
|
||||
override fun onSocketConnSuccess(socketAddress: SocketAddress?) {
|
||||
LogUtil.e("socket连接成功")
|
||||
//发送
|
||||
mTimer.schedule(timerTask {
|
||||
LogUtil.e("发送")
|
||||
EasySocket.getInstance().upMessage(mNeedSendMessage)
|
||||
}, 500)
|
||||
try {
|
||||
mTimer.cancel()
|
||||
LogUtil.e("socket连接成功")
|
||||
//发送
|
||||
mTimer.schedule(timerTask {
|
||||
LogUtil.e("发送")
|
||||
EasySocket.getInstance().upMessage(mNeedSendMessage)
|
||||
}, 500)
|
||||
} catch (e: Exception) {
|
||||
LogUtil.e("onSocketConnSuccess 异常:${e.message}")
|
||||
}
|
||||
}
|
||||
|
||||
override fun onSocketConnFail(socketAddress: SocketAddress?, isNeedReconnect: Boolean) {
|
||||
|
||||
@@ -944,7 +944,7 @@
|
||||
<string name="txt_furr_timer_friend_dec2">Five years of commitment will unlock the Furr-timer Friend badge!</string>
|
||||
<string name="txt_how_to_get">How to get?</string>
|
||||
<string name="txt_family_invitation">Family Invitation</string>
|
||||
<string name="txt_active_time1">Active Time:</string>
|
||||
<string name="txt_active_time1">Activated Time:</string>
|
||||
<string name="txt_family_invitation_dec1">Your friend</string>
|
||||
<string name="txt_family_invitation_dec2">invites you to become</string>
|
||||
<string name="txt_family_invitation_dec3">family.</string>
|
||||
|
||||
Reference in New Issue
Block a user