Added popup to prompt delete when user long presses

This commit is contained in:
Jackson Rosenthal 2022-01-29 18:00:24 -05:00
parent 929d81cec2
commit bc0c682eea
2 changed files with 69 additions and 1 deletions

View file

@ -120,4 +120,6 @@
<string name="why_camera_required">We must be granted access to the camera to read QR codes. No pictures or videos will be saved.</string>
<string name="modem_config_slow_short">Short Range / Slow</string>
<string name="modem_config_slow_medium">Medium Range / Slow</string>
<string name="delete_selected_message">Delete selected message?</string>
<string name="delete">Delete</string>
</resources>