Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个活动,当用户从选项菜单中选择一个菜单项时,我将一个片段替换为另一个片段。
我已经使用addToBackStack()and实现了后台堆栈onBackPressed()。
addToBackStack()
onBackPressed()
一切正常,除了当用户按下后退按钮时,片段被替换,但选项菜单显示前一个项目。
当用户按下后退按钮时,如何使选项菜单变回上一个项目?