update for v5 and fix bug skip node

This commit is contained in:
2025-05-03 12:38:21 +07:00
parent b992bd9784
commit 533ba337d4
4 changed files with 11 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ class GolangServerService : Service() {
Libandroid.setServerRunning(true)
Log.d(TAG, "✅ Server started")
} catch (e: Exception) {
Log.e(TAG, "Lỗi khi chạy server:", e)
Log.e(TAG, "Error when start server:", e)
}
}.start()
@@ -83,7 +83,7 @@ class GolangServerService : Service() {
"Golang Server Channel",
NotificationManager.IMPORTANCE_LOW
).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

View File

@@ -1,3 +1,3 @@
<resources>
<string name="app_name">FireflyPsAndroid</string>
<string name="app_name">FireflyPsAndroid-3.2.5X</string>
</resources>