[MM-43941] Optimize app resizing on Windows/Linux by waiting for the viewport to resize (#2204)
* [MM-43941] Optimize app resizing on Windows/Linux by waiting for the viewport to resize * Some mitigations for Windows * Make the logs sillier * Fixed the no servers case Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
@@ -126,3 +126,5 @@ export const PING_DOMAIN_RESPONSE = 'ping-domain-response';
|
||||
export const GET_LANGUAGE_INFORMATION = 'get-language-information';
|
||||
export const RETRIEVED_LANGUAGE_INFORMATION = 'retrieved-language-information';
|
||||
export const GET_AVAILABLE_LANGUAGES = 'get-available-languages';
|
||||
|
||||
export const VIEW_FINISHED_RESIZING = 'view-finished-resizing';
|
||||
|
Reference in New Issue
Block a user