talk-android/app/src/main/java/com/nextcloud/talk/utils/bundle
Tim Krüger dda5a9e3da
Define 'BundleKeys' as 'const'
During the migration from Java to Kotlin this was not done and resulted
in

    BundleKeys.INSTANCE.getKEY_CALL_VOICE_ONLY()

instead of

    BundleKeys.KEY_CALL_VOICE_ONLY

Signed-off-by: Tim Krüger <t@timkrueger.me>
2022-09-26 11:41:10 +02:00
..
BundleKeys.kt Define 'BundleKeys' as 'const' 2022-09-26 11:41:10 +02:00