mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove @CountEnum from OSS classes
Summary: Back out D9614432 and partially revert D9623235 to unbreak OSS. Reviewed By: hramos Differential Revision: D9779548 fbshipit-source-id: 931c4987ed5acbae3790c42717662fed77599335
This commit is contained in:
committed by
Facebook Github Bot
parent
1151c096da
commit
2869117127
@@ -7,8 +7,6 @@
|
||||
|
||||
package com.facebook.react.common;
|
||||
|
||||
import com.facebook.thecount.api.CountEnum;
|
||||
|
||||
/**
|
||||
* Lifecycle state for an Activity. The state right after pause and right before resume are the
|
||||
* basically the same so this enum is in terms of the forward lifecycle progression (onResume, etc).
|
||||
@@ -20,7 +18,6 @@ import com.facebook.thecount.api.CountEnum;
|
||||
* STARTED,
|
||||
* RESUMED
|
||||
*/
|
||||
@CountEnum
|
||||
public enum LifecycleState {
|
||||
BEFORE_CREATE,
|
||||
BEFORE_RESUME,
|
||||
|
||||
Reference in New Issue
Block a user