mirror of
				https://github.com/KokaKiwi/BarInsta
				synced 2025-11-03 21:15:35 +00:00 
			
		
		
		
	oops
This commit is contained in:
		
							parent
							
								
									0f8d4c741a
								
							
						
					
					
						commit
						a0a423f27a
					
				@ -672,14 +672,10 @@ public final class Utils {
 | 
			
		||||
                }
 | 
			
		||||
                break;
 | 
			
		||||
 | 
			
		||||
                case PLACEHOLDER: {
 | 
			
		||||
                case PLACEHOLDER:
 | 
			
		||||
                    final JSONObject placeholder = itemObject.getJSONObject("placeholder");
 | 
			
		||||
                    final String title = placeholder.getString("title");
 | 
			
		||||
                    final String message = placeholder.getString("message");
 | 
			
		||||
                    final String string = title + "<br><small>" + message + "</small>";
 | 
			
		||||
                    text = hasMentions(message) ? getMentionText(string) : string;
 | 
			
		||||
                }
 | 
			
		||||
                break;
 | 
			
		||||
                    text = placeholder.getString("title") + "<br><small>" + placeholder.getString("message") + "</small>";
 | 
			
		||||
                    break;
 | 
			
		||||
 | 
			
		||||
                case ACTION_LOG:
 | 
			
		||||
                    if (inThreadView && itemObject.optInt("hide_in_thread", 0) != 0)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user