Skip to content

Commit

Permalink
DNM Use Reaper.fuseOff
Browse files Browse the repository at this point in the history
  • Loading branch information
chromy committed Mar 5, 2025
1 parent 047bd9c commit b9fe5e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class HackerNewsApplication : Application() {
override fun onCreate() {
super.onCreate()

// This demonstrates manual initialization of Reaper.
// This demonstrates manual disabling Reaper to minimize overhead.
// See https://docs.emergetools.com/docs/reaper-setup-android#manual-initialization
Reaper.init(applicationContext)
Reaper.fuseOff(applicationContext)

val db = Room.databaseBuilder(
applicationContext,
Expand Down

0 comments on commit b9fe5e9

Please sign in to comment.