@applicaster/quick-brick-native-apple 6.14.0 → 6.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "QuickBrickApple",
3
- "version": "6.14.0",
3
+ "version": "6.14.1",
4
4
  "platforms": {
5
5
  "ios": "16.0",
6
6
  "tvos": "16.0"
@@ -16,7 +16,7 @@
16
16
  "authors": "Applicaster LTD.",
17
17
  "source": {
18
18
  "git": "https://github.com/applicaster/Zapp-Frameworks.git",
19
- "tag": "@@applicaster/quick-brick-native-apple/6.14.0"
19
+ "tag": "@@applicaster/quick-brick-native-apple/6.14.1"
20
20
  },
21
21
  "requires_arc": true,
22
22
  "source_files": "universal/**/*.{m,swift}",
@@ -25,15 +25,15 @@ extension FocusableGroupManager {
25
25
  Task { @MainActor
26
26
  [weak self] in
27
27
  guard let self else { return }
28
+
28
29
  logFocusError(userInfo: userInfo,
29
30
  ctx: ctx,
30
31
  prev: prev,
31
32
  next: next)
33
+ simulateFocusUpdateRequest(prev: prev, next: next)
32
34
 
33
- // TODO: Unocomment for debugging
34
- // simulateFocusUpdateRequest(prev: prev, next: next)
35
-
36
- await tryToRestoreCorruptedFocusState(rootView: rootView, next: next)
35
+ // TODO: Imlamentation not need now, uncommit in futer if needed
36
+ // await tryToRestoreCorruptedFocusState(rootView: rootView, next: next)
37
37
  }
38
38
  }
39
39
  }
@@ -30,7 +30,8 @@ class FocusableGroupManager {
30
30
  self.itemStorage = itemStorage
31
31
  self.updateService = updateService
32
32
 
33
- registerForMovementDidFailNotification()
33
+ // TODO: Unocomment for debugging or catch focus
34
+ // registerForMovementDidFailNotification()
34
35
  }
35
36
 
36
37
  // MARK: - Group Managment
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/quick-brick-native-apple",
3
- "version": "6.14.0",
3
+ "version": "6.14.1",
4
4
  "description": "iOS and tvOS native code for QuickBrick applications. This package is used to provide native logic for QuickBrick",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"