diff --git a/core/crashreporter/src/main/java/de/mm20/launcher2/crashreporter/CrashReporter.kt b/core/crashreporter/src/main/java/de/mm20/launcher2/crashreporter/CrashReporter.kt index 72c0c115..dc157fc2 100644 --- a/core/crashreporter/src/main/java/de/mm20/launcher2/crashreporter/CrashReporter.kt +++ b/core/crashreporter/src/main/java/de/mm20/launcher2/crashreporter/CrashReporter.kt @@ -31,7 +31,6 @@ object CrashReporter { } suspend fun getCrashReport(filePath: String): CrashReport { - val path = CrashReporter.getCrashReportPath()?.takeIf { it.isEmpty() } ?: CrashUtil.getDefaultPath() return CrashReport.fromFile(File(filePath), true) }