Introduce BugReportFlowNode, and remove NavTarget.ViewLogs from RootFlowNode.

This commit is contained in:
Benoit Marty 2025-09-18 17:27:53 +02:00
parent 786b68d77e
commit 6355feb96d
8 changed files with 121 additions and 43 deletions

View file

@ -21,7 +21,6 @@ interface BugReportEntryPoint : FeatureEntryPoint {
}
interface Callback : Plugin {
fun onBugReportSent()
fun onViewLogs(basePath: String)
fun onDone()
}
}