Skip to content
Snippets Groups Projects
Commit 58ac277d authored by Gabriel Engel's avatar Gabriel Engel Committed by GitHub
Browse files

Merge pull request #7012 from flaviogrossi/fix_vrecord_dialog_position

[FIX] video message recording dialog is shown in an incorrect position
parents 57b54ea2 ab0cc87f
No related branches found
No related tags found
No related merge requests found
export const VRecDialog = new class {
static initClass() {
this.prototype.opened = false;
this.prototype.initiated = false;
this.prototype.width = 400;
this.prototype.height = 280;
constructor() {
this.opened = false;
this.initiated = false;
this.width = 400;
this.height = 280;
}
init() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment