bug fixed

This commit is contained in:
richard-loafle 2020-02-10 17:06:34 +09:00
parent bd60c39bbe
commit 4fb85a9dc1

View File

@ -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();
}