talk-android/app/src/main/java/com/nextcloud/talk/ui/dialog
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
..
AttachmentDialog.kt share contact from attachment dialog 2021-11-17 12:12:05 +01:00
AudioOutputDialog.kt format code + fix klint/findbugs warnings 2022-02-07 14:27:38 +01:00
ChooseAccountDialogFragment.java add author to license headers 2022-02-25 12:11:44 +01:00
ContactsBottomDialog.kt fix to don't partly hide input dialogs behind keyboard 2022-02-16 11:34:11 +01:00
ConversationsListBottomDialog.kt fix to mark conversation as read 2022-02-16 11:45:58 +01:00
ScopeDialog.kt migrate scope dialog to native view binding 2021-11-11 22:10:55 +01:00
SetStatusDialogFragment.kt Use '==' instead of 'equals' in Kotlin 2022-03-10 17:05:14 +01:00
SortingOrderDialogFragment.java Add order capabilities to file browser 2021-09-03 12:58:46 +02:00