mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 11:52:00 +00:00
Fix bug report URL
This commit is contained in:
parent
a7bc1264a9
commit
7e99ba39e9
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ extern NSBundle *uYouPlusBundle();
|
||||||
selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
|
selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
|
||||||
NSString *url = [NSString stringWithFormat:UYOUPLUS_NEW_ISSUE_URL, VERSION_STRING, LOC(@"ADD_TITLE")];
|
NSString *url = [NSString stringWithFormat:UYOUPLUS_NEW_ISSUE_URL, VERSION_STRING, LOC(@"ADD_TITLE")];
|
||||||
|
|
||||||
return [%c(YTUIUtils) openURL:[NSURL URLWithString:[url stringByReplacingOccurrencesOfString:@" " withString:@"%20"]]];
|
return [%c(YTUIUtils) openURL:[NSURL URLWithString:url]];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
[sectionItems addObject:bug];
|
[sectionItems addObject:bug];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue