Background plugin
Summary: When running in the background in a large app like fb4a it can take a while to reprocess all the events, we can revisit this in the future Reviewed By: lblasa Differential Revision: D40021842 fbshipit-source-id: 8e5300e0f8534525bd184c029e523f05f4076695
This commit is contained in:
committed by
Facebook GitHub Bot
parent
941225e3d6
commit
1fd1029a3d
@@ -64,6 +64,6 @@ class UIDebuggerFlipperPlugin(
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun runInBackground(): Boolean {
|
override fun runInBackground(): Boolean {
|
||||||
return true
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user