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