Skip to content

Commit 1e99cc8

Browse files
committed
DNM: Nick i hate you
1 parent 321e895 commit 1e99cc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/org/akanework/gramophone/logic/GramophoneApplication.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class GramophoneApplication : Application(), SingletonImageLoader.Factory,
146146
} else it
147147
}
148148
.penaltyLog()
149-
.penaltyDeath()
149+
// .penaltyDeath()
150150
.build()
151151
)
152152
FragmentStrictMode.defaultPolicy = FragmentStrictMode.Policy.Builder()
@@ -157,7 +157,7 @@ class GramophoneApplication : Application(), SingletonImageLoader.Factory,
157157
//.detectTargetFragmentUsage() TODO onDisplayPreferenceDialog()
158158
.detectWrongFragmentContainer()
159159
.detectWrongNestedHierarchy()
160-
.penaltyDeath()
160+
// .penaltyDeath()
161161
.build()
162162
}
163163
android.util.Log.d(TAG, "GramophoneApplication.onCreate()")

0 commit comments

Comments
 (0)