Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 8604f5c

Browse files
committed
Comment fix
1 parent 0b71dcd commit 8604f5c

File tree

1 file changed

+1
-1
lines changed
  • android/app/src/main/java/com/microsoft/codepush/react

1 file changed

+1
-1
lines changed

android/app/src/main/java/com/microsoft/codepush/react/CodePush.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ private void loadBundle() {
404404
CodePush.this.clearDebugCacheIfNeeded();
405405

406406
// Our preferred reload logic relies on the user's Activity inheriting from the
407-
// core ReactActivity class, so if doesn't, we just fallback to legacy behavior.
407+
// core ReactActivity class, so if it doesn't, we fallback early to our legacy behavior.
408408
if (!ReactActivity.class.isInstance(mainActivity)) {
409409
loadBundleLegacy();
410410
return;

0 commit comments

Comments
 (0)