mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-19 13:41:26 +00:00
reformat to 120 line length
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
712fdfeac4
commit
97e748b3c1
@ -171,7 +171,11 @@ class MagicFirebaseMessagingService : FirebaseMessagingService() {
|
||||
cancelAllNotificationsForAccount(applicationContext, signatureVerification!!.userEntity)
|
||||
} else if (deleteMultiple) {
|
||||
notificationIds.forEach {
|
||||
cancelExistingNotificationWithId(applicationContext, signatureVerification!!.userEntity, it)
|
||||
cancelExistingNotificationWithId(
|
||||
applicationContext,
|
||||
signatureVerification!!.userEntity,
|
||||
it
|
||||
)
|
||||
}
|
||||
} else if (type == "call") {
|
||||
val fullScreenIntent = Intent(applicationContext, MagicCallActivity::class.java)
|
||||
@ -205,7 +209,11 @@ class MagicFirebaseMessagingService : FirebaseMessagingService() {
|
||||
LoganSquare.parse(ringtonePreferencesString, RingtoneSettings::class.java)
|
||||
ringtoneSettings.ringtoneUri
|
||||
} catch (exception: IOException) {
|
||||
Uri.parse("android.resource://" + applicationContext.packageName + "/raw/librem_by_feandesign_call")
|
||||
Uri.parse(
|
||||
"android.resource://" +
|
||||
applicationContext.packageName +
|
||||
"/raw/librem_by_feandesign_call"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user