#1902 (Adjust position of unread indicator on story title select)

This commit is contained in:
David Sinclair 2024-10-21 21:05:00 -07:00
parent 87dbd4ec49
commit 460ffeae7f
2 changed files with 4 additions and 3 deletions

View file

@ -525,7 +525,8 @@ static UIFont *indicatorFont = nil;
}
// story indicator
CGFloat storyIndicatorX = isLeft ? rect.origin.x + 2 : 15;
CGFloat storyIndicatorBase = isLeft ? rect.origin.x + 2 : 15;
CGFloat storyIndicatorX = storyIndicatorBase + (isHighlighted ? 2 : 0);
CGFloat storyIndicatorY = storyTitleFrame.origin.y + (fontDescriptor.pointSize / 2);
UIImage *unreadIcon;

View file

@ -6085,7 +6085,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 156;
CURRENT_PROJECT_VERSION = 157;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@ -6140,7 +6140,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 156;
CURRENT_PROJECT_VERSION = 157;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;