Fix realtime "Large emoji" applying to only-custom-emoji.
This commit is contained in:
		
							parent
							
								
									d1a81a83b4
								
							
						
					
					
						commit
						11b711c43f
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -439,6 +439,7 @@ void EmojiPack::refreshAll() {
 | 
				
			||||||
	for (const auto &[emoji, list] : _items) {
 | 
						for (const auto &[emoji, list] : _items) {
 | 
				
			||||||
		refreshItems(list);
 | 
							refreshItems(list);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						refreshItems(_onlyCustomItems);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void EmojiPack::refreshItems(EmojiPtr emoji) {
 | 
					void EmojiPack::refreshItems(EmojiPtr emoji) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue