bug fixed
This commit is contained in:
parent
bd60c39bbe
commit
4fb85a9dc1
|
@ -22,7 +22,7 @@ export class IntroComponent implements OnInit {
|
|||
private toggle = false;
|
||||
onClickStatusBar() {
|
||||
if (!this.toggle) {
|
||||
this.statusBarService.open();
|
||||
this.statusBarService.open('');
|
||||
} else {
|
||||
this.statusBarService.dismiss();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user