This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
android/app/src/main/java/com/microsoft/codepush/react Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ - (void)initializeUpdateAfterRestart
119
119
_isFirstRunAfterUpdate = YES ;
120
120
BOOL wasInitialized = [pendingUpdate[PendingUpdateWasInitializedKey] boolValue ];
121
121
if (wasInitialized) {
122
- // Pending update was initialized, but notifiyApplicationReady was not called.
122
+ // Pending update was initialized, but notifyApplicationReady was not called.
123
123
// Therefore, deduce that it is a broken update and rollback.
124
124
[self rollbackPackage ];
125
125
} else {
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ private void initializeUpdateAfterRestart() {
232
232
try {
233
233
boolean wasInitialized = pendingUpdate .getBoolean (PENDING_UPDATE_WAS_INITIALIZED_KEY );
234
234
if (wasInitialized ) {
235
- // Pending update was initialized, but notifiyApplicationReady was not called.
235
+ // Pending update was initialized, but notifyApplicationReady was not called.
236
236
// Therefore, deduce that it is a broken update and rollback.
237
237
rollbackPackage ();
238
238
} else {
You can’t perform that action at this time.
0 commit comments