Commit 955a0ad
committed
fix: update key event handling in MainActivity and remove deprecated utility in ProjectLoaderViewModel
- Updated the onKeyUp method in MainActivity to check for null event before processing key events.
- Removed the usage of MendixBackwardsCompatUtility in ProjectLoaderViewModel as it is no longer needed.
- Updated package-lock.json to reflect dependency updates and version changes across multiple packages.1 parent af8d673 commit 955a0ad
3 files changed
Lines changed: 165 additions & 159 deletions
File tree
- android/app/src/production/java/com/mendix/developerapp
- loading
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
141 | 140 | | |
142 | 141 | | |
143 | 142 | | |
144 | | - | |
145 | 143 | | |
146 | 144 | | |
147 | 145 | | |
| |||
0 commit comments