talk-android/app
Tim Krüger f8e8a95b34
Use '==' instead of 'equals' in Kotlin
In Kotlin for a check of the structural equality '==' should be used.
Referential equality is checked with '==='.

See:
 - https://kotlinlang.org/docs/equality.html

Signed-off-by: Tim Krüger <t@timkrueger.me>
2022-03-10 17:05:14 +01:00
..
src Use '==' instead of 'equals' in Kotlin 2022-03-10 17:05:14 +01:00
build.gradle Weekly 13.1.0 Alpha 14 2022-02-28 03:16:02 +00:00
lint.xml
proguard-rules.pro