0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00

Merge pull request #6354 from thundernest/remove_keyboard_shortcuts_help_text

Remove help text for keyboard shortcuts
This commit is contained in:
cketti 2022-10-06 13:09:16 +02:00 committed by GitHub
commit 1688ef3c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 13 deletions

View File

@ -15,7 +15,6 @@ import android.view.MenuItem
import android.view.View import android.view.View
import android.view.animation.AnimationUtils import android.view.animation.AnimationUtils
import android.widget.ProgressBar import android.widget.ProgressBar
import android.widget.Toast
import androidx.appcompat.app.ActionBar import androidx.appcompat.app.ActionBar
import androidx.appcompat.view.ActionMode import androidx.appcompat.view.ActionMode
import androidx.appcompat.widget.SearchView import androidx.appcompat.widget.SearchView
@ -880,15 +879,6 @@ open class MessageList :
} }
return true return true
} }
'h' -> {
val toast = if (displayMode == DisplayMode.MESSAGE_LIST) {
Toast.makeText(this, R.string.message_list_help_key, Toast.LENGTH_LONG)
} else {
Toast.makeText(this, R.string.message_view_help_key, Toast.LENGTH_LONG)
}
toast.show()
return true
}
} }
return false return false

View File

@ -757,9 +757,6 @@ Please submit bug reports, contribute new features and ask questions at
<string name="account_setup_failed_dlg_invalid_certificate_accept">Accept Key</string> <string name="account_setup_failed_dlg_invalid_certificate_accept">Accept Key</string>
<string name="account_setup_failed_dlg_invalid_certificate_reject">Reject Key</string> <string name="account_setup_failed_dlg_invalid_certificate_reject">Reject Key</string>
<string name="message_view_help_key">Del (or D) - Delete\nR - Reply\nA - Reply All\nC - Compose\nF - Forward\nM - Move\nV - Archive\nY - Copy\nZ - Mark (Un)read\nG - Star\nO - Sort type\nI - Sort order\nQ - Return to Folders\nS - Select/deselect\nJ or P - Previous Message\nK or N - Next Message</string>
<string name="message_list_help_key">Del (or D) - Delete\nC - Compose\nM - Move\nV - Archive\nY - Copy\nZ - Mark (Un)read\nG - Star\nO - Sort type\nI - Sort order\nQ - Return to Folders\nS - Select/deselect</string>
<string name="folder_list_filter_hint">Folder name contains</string> <string name="folder_list_filter_hint">Folder name contains</string>
<string name="folder_list_display_mode_label">Show folders…</string> <string name="folder_list_display_mode_label">Show folders…</string>