Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Apr 28, 2024
1 parent 11eb304 commit 94fb756
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/java/io/legado/app/service/WebTileService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import android.view.WindowManager.BadTokenException
import androidx.annotation.RequiresApi
import io.legado.app.R
import io.legado.app.constant.IntentAction
import io.legado.app.utils.buildMainHandler
import io.legado.app.utils.printOnDebug


Expand All @@ -20,8 +19,6 @@ import io.legado.app.utils.printOnDebug
@RequiresApi(Build.VERSION_CODES.N)
class WebTileService : TileService() {

private val handler by lazy { buildMainHandler() }

override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
try {
when (intent?.action) {
Expand Down

0 comments on commit 94fb756

Please sign in to comment.