Skip to content

Commit

Permalink
fix(android): remove ClipboardModule
Browse files Browse the repository at this point in the history
  • Loading branch information
siguangli2018 authored and hippy-actions[bot] committed Feb 19, 2024
1 parent a9a2fa7 commit 57cea30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import com.tencent.mtt.hippy.modules.nativemodules.animation.AnimationFrameModule;
import com.tencent.mtt.hippy.modules.nativemodules.animation.AnimationModule;
import com.tencent.mtt.hippy.modules.nativemodules.audio.AudioPlayerModule;
import com.tencent.mtt.hippy.modules.nativemodules.clipboard.ClipboardModule;
import com.tencent.mtt.hippy.modules.nativemodules.debug.DevMenu;
import com.tencent.mtt.hippy.modules.nativemodules.console.ConsoleModule;
import com.tencent.mtt.hippy.modules.nativemodules.deviceevent.DeviceEventModule;
Expand Down Expand Up @@ -151,12 +150,6 @@ public HippyNativeModuleBase get() {
return new UtilsModule(context);
}
});
modules.put(ClipboardModule.class, new Provider<HippyNativeModuleBase>() {
@Override
public HippyNativeModuleBase get() {
return new ClipboardModule(context);
}
});
modules.put(DevMenu.class, new Provider<HippyNativeModuleBase>() {
@Override
public HippyNativeModuleBase get() {
Expand Down

This file was deleted.

0 comments on commit 57cea30

Please sign in to comment.