Skip to content

Commit

Permalink
[test] test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahn-seokjoo committed May 13, 2024
1 parent 0907b0e commit 238c1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/mashup/dorabangs/MyApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ class MyApplication : Application() {

if (BuildConfig.DEBUG && FlipperUtils.shouldEnableFlipper(this)) {
val client = AndroidFlipperClient.getInstance(this).apply {
addPlugin(
addPlugin(
InspectorFlipperPlugin(
this@MyApplication,
DescriptorMapping.withDefaults()
)
)
addPlugin(CrashReporterPlugin.getInstance())
addPlugin(CrashReporterPlugin.getInstance())
// addPlugin(flipperNetworkPlugin)
addPlugin(SharedPreferencesFlipperPlugin(this@MyApplication))
}
Expand Down

0 comments on commit 238c1b8

Please sign in to comment.