Merge pull request #6354 from thundernest/remove_keyboard_shortcuts_help_text
Remove help text for keyboard shortcuts
This commit is contained in:
commit
1688ef3c49
2 changed files with 0 additions and 13 deletions
|
@ -15,7 +15,6 @@ import android.view.MenuItem
|
|||
import android.view.View
|
||||
import android.view.animation.AnimationUtils
|
||||
import android.widget.ProgressBar
|
||||
import android.widget.Toast
|
||||
import androidx.appcompat.app.ActionBar
|
||||
import androidx.appcompat.view.ActionMode
|
||||
import androidx.appcompat.widget.SearchView
|
||||
|
@ -880,15 +879,6 @@ open class MessageList :
|
|||
}
|
||||
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
|
||||
|
|
|
@ -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_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_display_mode_label">Show folders…</string>
|
||||
|
|
Loading…
Reference in a new issue