Ionic3 getRootNav not working

this.app.getRootNavById(‘n4’).setRoot(‘GrouptabPage’).then(success=>{
loading.dismiss()
}

setRoot is the method or NavController.
22%20AM

Thanks for your reply. Yes, i can go next tabbar
but i can’t remove previous tabbar
so new tabbar is under old tabbar
Could you help me?