Skip to content

Commit 0377421

Browse files
committed
Respond to CR.
// FREEBIE
1 parent 6ac4d8e commit 0377421

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Signal/src/Profiles/OWSProfileManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extern NSString *const kNSNotificationName_OtherUsersProfileDidChange;
1818

1919
+ (instancetype)sharedManager;
2020

21-
- (void)resetSignalStorage;
21+
- (void)resetProfileStorage;
2222

2323
#pragma mark - Local Profile
2424

Signal/src/Profiles/OWSProfileManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ - (NSString *)profileAvatarsDirPath
830830

831831
// TODO: We may want to clean up this directory in the "orphan cleanup" logic.
832832

833-
- (void)resetSignalStorage
833+
- (void)resetProfileStorage
834834
{
835835
OWSAssert([NSThread isMainThread]);
836836

Signal/src/environment/Environment.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ + (void)resetAppData {
241241
[DDLog flushLog];
242242

243243
[[TSStorageManager sharedManager] resetSignalStorage];
244-
[[OWSProfileManager sharedManager] resetSignalStorage];
244+
[[OWSProfileManager sharedManager] resetProfileStorage];
245245
[Environment.preferences clear];
246246
[[UIApplication sharedApplication] setApplicationIconBadgeNumber:0];
247247

0 commit comments

Comments
 (0)