| 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 | { |
no test coverage detected