mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-08 07:55:13 +08:00
Remove blockUpdate method from UpdateContext and UpdateModule
This commit is contained in:
@@ -45,7 +45,6 @@ public class UpdateModule extends NativePushySpec {
|
||||
if (rolledBackVersion != null) {
|
||||
updateContext.clearRollbackMark();
|
||||
}
|
||||
constants.put("blockUpdate", updateContext.getBlockUpdate());
|
||||
constants.put("uuid", updateContext.getKv("uuid"));
|
||||
return constants;
|
||||
}
|
||||
|
Reference in New Issue
Block a user