mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(nav): auto set iOS black transition bg via css
This commit is contained in:
@ -1324,9 +1324,6 @@ export class NavController extends Ion {
|
||||
// class to the nav when it's finished its first transition
|
||||
if (!this._init) {
|
||||
this._init = true;
|
||||
if (!this.isPortal) {
|
||||
this._renderer.setElementClass(this.getNativeElement(), 'has-views', true);
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user