Merge pull request #3773 from jb55/jb55-ios-2397-restore-signal-indicator

Restore signal indicator

Changelog-Changed: Restored signal indicator
Changelog-Fixed: Fixed issues that could cause the signal indicator to become outdated
This commit is contained in:
Daniel D’Aquino
2026-05-18 16:50:36 -07:00
committed by GitHub
7 changed files with 79 additions and 27 deletions
+2 -2
View File
@@ -176,7 +176,7 @@ final class NdbTests: XCTestCase {
}
for elem in tag {
print("tag[\(tags)][\(elem.index)]")
//print("tag[\(tags)][\(elem.index)]")
total_count_iter += 1
}
@@ -294,7 +294,7 @@ final class NdbTests: XCTestCase {
for tag in note.tags {
for elem in tag {
print("iter_elem \(elem.string())")
//print("iter_elem \(elem.string())")
for c in elem {
if char_count == 0 {
let ac = AsciiCharacter(c)