作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Conductor和 Mosby 在 Android 应用程序中实现 MVP-MVC 架构。
我需要做的是从路由器的后台移除一个 Controller ,以便在 onBackPressed
时,该 Controller 不再回到前端。
最佳答案
如果你想删除当前 Controller ,就像@sockeqwe 说的那样:调用router.popCurrentController()
。
如果你想从后台堆栈中删除一些特定的 Controller ,你可以尝试调用 router.popController(your_controller)
。
关于android - 如何从 Conductor 的路由器后栈中删除 Controller ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41588740/
我是一名优秀的程序员,十分优秀!