We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ad850 commit 2985624Copy full SHA for 2985624
.DS_Store
0 Bytes
Tweak.xm
@@ -199,7 +199,7 @@ static NSString *songName = nil;
199
200
%new
201
- (void)imageSlideViewWasTapped {
202
- NSLog(@"%@", NSStringFromCGRect([self frame]));
+ // NSLog(@"%@", NSStringFromCGRect([self frame]));
203
CGRect fr = [[self coverArtView] frame];
204
fr.origin.x = 5;
205
// fr.origin.y = 0;
@@ -221,6 +221,7 @@ static NSString *songName = nil;
221
songName = [arg1 retain];
222
artistName = [arg2 retain];
223
%orig;
224
+ [self reloadLyrics];
225
}
226
227
- (void)viewDidDisappear:(BOOL)animated {
0 commit comments