Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c365a016 authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

fix:sentry-6550511662: Crash in DebugActivity.

parent de7c1659
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ class DebugWeeklyReportFragment : Fragment(R.layout.debug_weekly_report_fragment
        val timestamp = Instant.now()

        // Call Per App
        val anyApp = appListRepository.displayableApps.value.first()
        val anyApp = appListRepository.displayableApps.value.firstOrNull() ?: return emptyList()
        val callsPerWeek = Random.nextInt(10000)

        val hoursInWeek = 7 * 24