Commit Graph

3 Commits

Author SHA1 Message Date
Profpatsch e20122958d newpipe/error: declare variables from onCreate as lateinit
We will init them at the beginning of the view lifecycle, so they are
definitly not null.
2024-03-30 14:17:22 +01:00
Profpatsch 726cdebcd3 newpipe/error: fix warnings after kotlin conversion 2024-03-30 13:16:23 +01:00
Profpatsch 4a3e316dd0 Auto-migrate newpipe/error to kotlin
Only error was a nullable check in AcraReportSender, which I fixed by
replacing null with an empty array.

I tested the error report by producing a network error and opening the
report, creating an email and accepting the EULA.

Warnings will be fixed in the next commit.
2024-03-30 12:50:38 +01:00