mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-21 21:46:27 +02:00
Manually merged.
This commit is contained in:
parent
d5832e010e
commit
c7c9f252af
112 changed files with 1127 additions and 352 deletions
|
@ -77,7 +77,10 @@ namespace TINK.View
|
|||
/// <summary> Pushes a page onto the modal stack. </summary>
|
||||
Task PopModalAsync();
|
||||
|
||||
Task<IUserFeedback> DisplayUserFeedbackPopup();
|
||||
/// <summary> Displays user feedback popup.</summary>
|
||||
/// <param name="co2Saving"> Co2 saving information.</param>
|
||||
/// <returns>User feedback.</returns>
|
||||
Task<IUserFeedback> DisplayUserFeedbackPopup(string co2Saving = null);
|
||||
|
||||
#if USCSHARP9
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue