mirror of
https://github.com/transmission/transmission.git
synced 2025-12-27 21:53:42 +00:00
fix: torrentTableView crash after superview.superview.superview (#6207)
This commit is contained in:
@@ -53,6 +53,7 @@ tr_session* fLib = NULL;
|
||||
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
[super awakeFromNib];
|
||||
[self updateStats];
|
||||
|
||||
self.fTimer = [NSTimer scheduledTimerWithTimeInterval:kUpdateSeconds target:self selector:@selector(updateStats)
|
||||
|
||||
Reference in New Issue
Block a user