update for v5 and fix bug skip node
This commit is contained in:
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
@@ -55,7 +55,7 @@ class GolangServerService : Service() {
|
|||||||
Libandroid.setServerRunning(true)
|
Libandroid.setServerRunning(true)
|
||||||
Log.d(TAG, "✅ Server started")
|
Log.d(TAG, "✅ Server started")
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
Log.e(TAG, "❌ Lỗi khi chạy server:", e)
|
Log.e(TAG, "❌ Error when start server:", e)
|
||||||
}
|
}
|
||||||
}.start()
|
}.start()
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@ class GolangServerService : Service() {
|
|||||||
"Golang Server Channel",
|
"Golang Server Channel",
|
||||||
NotificationManager.IMPORTANCE_LOW
|
NotificationManager.IMPORTANCE_LOW
|
||||||
).apply {
|
).apply {
|
||||||
description = "Thông báo khi server Golang đang chạy"
|
description = "Notify Golang backend runing"
|
||||||
}
|
}
|
||||||
|
|
||||||
val notificationManager = getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager
|
val notificationManager = getSystemService(Context.NOTIFICATION_SERVICE) as NotificationManager
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">FireflyPsAndroid</string>
|
<string name="app_name">FireflyPsAndroid-3.2.5X</string>
|
||||||
</resources>
|
</resources>
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e659dc22fb475c0861752cadffe8be58f72897595e890a68159cdbf45c589e1f
|
oid sha256:409668159d5c5714d6fe7e77c7eb18b45ebb7dc97f095b8e437ed425b0cd607d
|
||||||
size 57499137
|
size 57509360
|
||||||
|
|||||||
Reference in New Issue
Block a user