Add a report problem text button to the OnBoarding screen #2275.

This commit is contained in:
Benoit Marty 2024-01-23 15:53:58 +01:00
parent bd5ff236df
commit ce20b5f518
6 changed files with 39 additions and 2 deletions

View file

@ -33,5 +33,6 @@ interface OnBoardingEntryPoint : FeatureEntryPoint {
fun onSignUp()
fun onSignIn()
fun onOpenDeveloperSettings()
fun onReportProblem()
}
}