Cleanup views system

This commit is contained in:
the-djmaze 2022-03-08 12:28:16 +01:00
parent c0f494c758
commit 3e494f6519
12 changed files with 26 additions and 40 deletions

View file

@ -25,7 +25,7 @@ import { setExpandedFolder } from 'Model/FolderCollection';
export class MailFolderList extends AbstractViewLeft {
constructor() {
super('MailFolderList');
super();
this.oContentScrollable = null;

View file

@ -58,7 +58,7 @@ const
export class MailMessageList extends AbstractViewRight {
constructor() {
super('MailMessageList');
super();
this.bPrefetch = false;
this.emptySubjectValue = '';

View file

@ -62,7 +62,7 @@ const
export class MailMessageView extends AbstractViewRight {
constructor() {
super('MailMessageView');
super();
const
/**