-
-
Notifications
You must be signed in to change notification settings - Fork 945
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ @interface AboutViewController () | |
|
||
@property (weak, nonatomic) IBOutlet UITableViewCell *sendFeedback; | ||
@property (weak, nonatomic) IBOutlet UITableViewCell *openGithub; | ||
@property (weak, nonatomic) IBOutlet UITableViewCell *openTwitter; | ||
@property (weak, nonatomic) IBOutlet UITableViewCell *openMastodon; | ||
@property (weak, nonatomic) IBOutlet UITableViewCell *openDiscord; | ||
|
||
@property (weak, nonatomic) IBOutlet UITableViewCell *upgradeApkCell; | ||
|
@@ -106,8 +106,8 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath | |
[UIApplication openURL:@"mailto:[email protected]?subject=Feedback%20for%20iSH"]; | ||
} else if (cell == self.openGithub) { | ||
[UIApplication openURL:@"https://github.com/ish-app/ish"]; | ||
} else if (cell == self.openTwitter) { | ||
[UIApplication openURL:@"https://twitter.com/tblodt"]; | ||
} else if (cell == self.openMastodon) { | ||
[UIApplication openURL:@"https://publ.ish.app/ish"]; | ||
} else if (cell == self.openDiscord) { | ||
[UIApplication openURL:@"https://discord.gg/HFAXj44"]; | ||
} else if (cell == self.exportContainerCell) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters