Skip to content

Commit

Permalink
Don't start service onResume
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Apr 3, 2024
1 parent 46d01ec commit 868d09a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/src/main/java/net/pipe01/pinepartner/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,4 @@ class MainActivity : ComponentActivity() {
}
}
}

override fun onResume() {
super.onResume()

serviceHandle.start()
}
}

0 comments on commit 868d09a

Please sign in to comment.