Show snackbar with undo option. Don't jump back to calculator on history click.
All checks were successful
Build Android / build (push) Has been cancelled

This commit is contained in:
2023-08-20 22:20:45 +02:00
parent c8098fc904
commit 55a2293b6c
5 changed files with 114 additions and 34 deletions

View File

@@ -25,5 +25,9 @@
<string name="menu_about">About</string>
<string name="contact_us">Schreib uns</string>
<string name="continue_play">Weiterspielen</string>
<string name="delete_success">Spiel gelöscht.</string>
<string name="undo_question">RÜCKGÄNGIG</string>
<string name="activated_success">Spiel aktiviert.</string>
<string name="to_calculator_question">WEITERSPIELEN</string>
</resources>