This repository was archived by the owner on May 20, 2025. It is now read-only.
Commit b8bd4a0
Fixed issue with [Android] restartApp() throwing exception w/ release build (#861)
* Fixed issue with error on parsing plist path
See #534 (comment) for details
* Fixed issue with [Android] restartApp() throwing exception w/ release build
#847
* Changed return value to null for getUpdateMetadata instead of empty string
In accordance with docs and #862
* Code refactoring: moved variable assignment out of loop1 parent 3761d9e commit b8bd4a0
File tree
1 file changed
+5
-3
lines changed- android/app/src/main/java/com/microsoft/codepush/react
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
108 | 110 | | |
109 | 111 | | |
110 | | - | |
111 | | - | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
128 | | - | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
0 commit comments