Fix invalid `equals` in NotificationChannels.channelExists
`DEFAULT_CHANNEL_ID` is a String, but `channel` is a NotificationChannel. Equals will therefore always return `false`. I think my fix (using `getId()`) is what was intended.pull/1/head
							parent
							
								
									d482c60a98
								
							
						
					
					
						commit
						ba67796992
					
				
					Loading…
					
					
				
		Reference in New Issue