fix openURL deprication and use higher resolution twitter icon

This commit is contained in:
2020-01-03 12:52:35 +01:00
parent 638f835008
commit 13716b081f
3 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
url = [NSURL URLWithString:@"https://mobile.twitter.com/Ra1nPix"];
}
[[UIApplication sharedApplication] openURL:url];
[[UIApplication sharedApplication] openURL:url options:@{} completionHandler:nil];
}
-(void)saveTapped {

BIN
kageprefs/Resources/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB