Skip to content

Commit dbe5b1e

Browse files
committed
update
Signed-off-by: Cai Liming <405977146@163.com>
1 parent 8eb62bf commit dbe5b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginMain/src/com/example/pluginmain/PluginDetailActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void onClick(View v) {
114114

115115
//test5是自由模式开发的
116116
if (entry.getKey().equals("test5")) {
117-
PluginDispatcher.startRealActivity(PluginDetailActivity.this, entry.getKey());
117+
PluginDispatcher.startRealActivityById(PluginDetailActivity.this, entry.getKey());
118118
}
119119
}
120120
});

0 commit comments

Comments
 (0)