mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-11-04 01:03:00 +00:00 
			
		
		
		
	Add Tab.hashCode() to go with equals
This commit is contained in:
		@@ -119,6 +119,11 @@ public abstract class Tab {
 | 
			
		||||
        return getTabId() == other.getTabId();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public int hashCode() {
 | 
			
		||||
        return Objects.hashCode(getTabId());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /*//////////////////////////////////////////////////////////////////////////
 | 
			
		||||
    // JSON Handling
 | 
			
		||||
    //////////////////////////////////////////////////////////////////////////*/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user