Nested Contextual Action Bars
问题 I am creating custom contextual action bars (CAB) within a custom WebView . My requirements are such that selecting a particular option from the first CAB will open a second CAB. This is the end goal: I have made this happen, but the selection is not working correctly. I know it looks correct, but if the user taps any of the other three icons, this is the result: If the user touches the selection after pressing any of the four initial icons, the app crashes due to a null pointer exception.