mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Refactor setup of Event Dispatcher
Reviewed By: achen1 Differential Revision: D7746311 fbshipit-source-id: cfee1c2ced6d85477628085f3260496e80ae48c2
This commit is contained in:
committed by
Facebook Github Bot
parent
e61341ba32
commit
58ea20b5e8
@@ -22,6 +22,7 @@ public class Scheduler {
|
||||
public void scheduleWork(Work work) {
|
||||
// TODO T26717866 this method needs to be implemented. The current implementation is just for
|
||||
// testing purpose.
|
||||
|
||||
work.run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user