MCPcopy Create free account
hub / github.com/AshampooSystems/boden / popView

Method popView

framework/ui/platforms/android/src/NavigationViewCore.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 void NavigationViewCore::popView()
36 {
37 _stack.pop_back();
38 updateCurrentView(false, false);
39 }
40
41 std::vector<std::shared_ptr<View>> NavigationViewCore::childViews() const
42 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected