mirror of https://github.com/procxx/kepka.git
				
				
				
			crash fixed
This commit is contained in:
		
							parent
							
								
									84a47d3be7
								
							
						
					
					
						commit
						417024e6d2
					
				|  | @ -2445,7 +2445,7 @@ void MainWidget::showPeerProfile(PeerData *peer, bool back, int32 lastScrollTop) | ||||||
| 			_stack.push_back(new StackItemOverview(overview->peer(), overview->type(), overview->lastWidth(), overview->lastScrollTop())); | 			_stack.push_back(new StackItemOverview(overview->peer(), overview->type(), overview->lastWidth(), overview->lastScrollTop())); | ||||||
| 		} else if (profile) { | 		} else if (profile) { | ||||||
| 			_stack.push_back(new StackItemProfile(profile->peer(), profile->lastScrollTop())); | 			_stack.push_back(new StackItemProfile(profile->peer(), profile->lastScrollTop())); | ||||||
| 		} else { | 		} else if (history.peer()) { | ||||||
| 			dlgUpdated(); | 			dlgUpdated(); | ||||||
| 			_peerInStack = history.peer(); | 			_peerInStack = history.peer(); | ||||||
| 			_msgIdInStack = history.msgId(); | 			_msgIdInStack = history.msgId(); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue