Pressing Esc in left pane composer menu should go back
This commit is contained in:
parent
2d35fa8f57
commit
f05d45ac9b
12 changed files with 168 additions and 5 deletions
|
@ -30,6 +30,16 @@ export abstract class LeftPaneHelper<T> {
|
|||
return null;
|
||||
}
|
||||
|
||||
getBackAction(
|
||||
_: Readonly<{
|
||||
showInbox: () => void;
|
||||
startComposing: () => void;
|
||||
showChooseGroupMembers: () => void;
|
||||
}>
|
||||
): undefined | (() => void) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
shouldRenderNetworkStatusAndUpdateDialog(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue