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 b95e13be4b
commit 13ca096d7a
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()
}
}