Skip to content

Commit 4d92ab5

Browse files
committed
Fix comments time
1 parent 0e53a66 commit 4d92ab5

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

ACHNBrowserUI/ACHNBrowserUI.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@
13901390
CODE_SIGN_ENTITLEMENTS = ACHNBrowserUI/ACHNBrowserUI.entitlements;
13911391
CODE_SIGN_IDENTITY = "Apple Development: Thomas Ricouard (7MB55D6BJ5)";
13921392
CODE_SIGN_STYLE = Manual;
1393-
CURRENT_PROJECT_VERSION = 061512020;
1393+
CURRENT_PROJECT_VERSION = 061612020;
13941394
DEVELOPMENT_ASSET_PATHS = "\"ACHNBrowserUI/Preview Content\"";
13951395
DEVELOPMENT_TEAM = Z6P74P6T99;
13961396
ENABLE_PREVIEWS = YES;
@@ -1400,7 +1400,7 @@
14001400
"$(inherited)",
14011401
"@executable_path/Frameworks",
14021402
);
1403-
MARKETING_VERSION = 1.7.5;
1403+
MARKETING_VERSION = 1.7.6;
14041404
PRODUCT_BUNDLE_IDENTIFIER = com.thomasricouard.ACNH;
14051405
PRODUCT_NAME = "AC Helper";
14061406
PROVISIONING_PROFILE_SPECIFIER = "AC Dev";
@@ -1421,7 +1421,7 @@
14211421
CODE_SIGN_IDENTITY = "iPhone Developer";
14221422
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
14231423
CODE_SIGN_STYLE = Manual;
1424-
CURRENT_PROJECT_VERSION = 061512020;
1424+
CURRENT_PROJECT_VERSION = 061612020;
14251425
DEVELOPMENT_ASSET_PATHS = "\"ACHNBrowserUI/Preview Content\"";
14261426
DEVELOPMENT_TEAM = Z6P74P6T99;
14271427
ENABLE_PREVIEWS = YES;
@@ -1431,7 +1431,7 @@
14311431
"$(inherited)",
14321432
"@executable_path/Frameworks",
14331433
);
1434-
MARKETING_VERSION = 1.7.5;
1434+
MARKETING_VERSION = 1.7.6;
14351435
PRODUCT_BUNDLE_IDENTIFIER = com.thomasricouard.ACNH;
14361436
PRODUCT_NAME = "AC Helper";
14371437
PROVISIONING_PROFILE_SPECIFIER = "AC Dev";

ACHNBrowserUI/ACHNBrowserUI/views/dodocode/DodoCodeDetailView.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ struct DodoCodeDetailView: View {
6363
.font(.body)
6464
.foregroundColor(.acText)
6565
.fixedSize(horizontal: false, vertical: true)
66-
if comment.isMine {
67-
HStack {
68-
Text(self.formatter.string(from: comment.creationDate))
69-
.font(.footnote)
70-
.foregroundColor(.acSecondaryText)
71-
Spacer()
66+
HStack {
67+
Text(self.formatter.string(from: comment.creationDate))
68+
.font(.footnote)
69+
.foregroundColor(.acSecondaryText)
70+
Spacer()
71+
if comment.isMine {
7272
Button(action: {
7373
self.viewModel.deleteComment(comment: comment)
7474
}) {

0 commit comments

Comments
 (0)