Skip to content

Commit 2985624

Browse files
committed
Agh. Fixed song change.
1 parent e7ad850 commit 2985624

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Tweak.xm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ static NSString *songName = nil;
199199

200200
%new
201201
- (void)imageSlideViewWasTapped {
202-
NSLog(@"%@", NSStringFromCGRect([self frame]));
202+
// NSLog(@"%@", NSStringFromCGRect([self frame]));
203203
CGRect fr = [[self coverArtView] frame];
204204
fr.origin.x = 5;
205205
// fr.origin.y = 0;
@@ -221,6 +221,7 @@ static NSString *songName = nil;
221221
songName = [arg1 retain];
222222
artistName = [arg2 retain];
223223
%orig;
224+
[self reloadLyrics];
224225
}
225226

226227
- (void)viewDidDisappear:(BOOL)animated {

0 commit comments

Comments
 (0)