mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-03-15 20:08:00 +01:00
fixed bug of choosing wrong color for group notifications (always global group color)
This commit is contained in:
parent
6471d9623b
commit
6dcbbebebb
1 changed files with 1 additions and 3 deletions
|
@ -4297,10 +4297,8 @@ public class MessagesController implements NotificationCenter.NotificationCenter
|
|||
if(specificLight != 0xAA000000) {
|
||||
chosenLight = specificLight;
|
||||
} else {
|
||||
chosenLight = globalLight;
|
||||
chosenLight = groupLight;
|
||||
}
|
||||
|
||||
chosenLight = groupLight;
|
||||
} else {
|
||||
choosenSoundPath = globalSound;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue