Skip to content

3.20.7-release

Choose a tag to compare

@mueller-ma mueller-ma released this 03 Jul 15:35
4fd07fc
Fix crash in DefaultConnection.equals() on API 21/22 (#4013)

Network.getNetworkHandle() was introduced in API level 23 only. Since
Network implements equals() and hashCode(), using getNetworkHandle() was
useless anyway, so use the Network object itself for equality
comparison.

Signed-off-by: Danny Baumann <dannybaumann@web.de>