简体   繁体   中英

How to remove a Controller from the router backstack in Conductor?

I'm using Conductor and Mosby to implement MVP-MVC architecture in an android app.
What I need to do is remove a Controller from the backstack of a router so that upon onBackPressed that controller is no longer brought back up to the front.

If you want to remove current controller, do like @sockeqwe said: call router.popCurrentController() .

If you want to remove some specific controller from the backstack, you could try calling router.popController(your_controller) .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM