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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user