We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751b585 commit 0d24273Copy full SHA for 0d24273
1 file changed
src/platform/ohos/accessibility_manager_ohos.cpp
@@ -12,9 +12,6 @@
12
13
namespace nativeapi {
14
15
-AccessibilityManager::AccessibilityManager() : enabled_(false) {}
16
-AccessibilityManager::~AccessibilityManager() {}
17
-
18
void AccessibilityManager::Enable() {
19
enabled_ = true;
20
}
0 commit comments