Skip to content

Commit

Permalink
清理残余代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Antecer committed Apr 6, 2024
1 parent 147e095 commit 34f7cb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/io/legado/app/service/WebService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class WebService : BaseService() {
private var httpServer: HttpServer? = null
private var webSocketServer: WebSocketServer? = null
private var notificationList = mutableListOf(appCtx.getString(R.string.service_starting))
private var notificationContent = appCtx.getString(R.string.service_starting)
private val networkChangedListener by lazy {
NetworkChangedListener(this)
}
Expand Down

0 comments on commit 34f7cb9

Please sign in to comment.