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

Method enableBackButton

framework/ui/platforms/android/src/WindowCore.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 void WindowCore::enableBackButton(bool enable)
103 {
104 bdn::android::wrapper::NativeRootView rootView(getRootViewRegistryForCurrentThread().getNewestValidRootView());
105 rootView.enableBackButton(enable);
106 }
107
108 void WindowCore::_rootViewCreated(const java::Reference &javaRef)
109 {

Callers 1

updateCurrentViewMethod · 0.45

Calls 1

Tested by

no test coverage detected