fixed bug of choosing wrong color for group notifications (always global group color)

This commit is contained in:
Simon Merschjohann 2014-02-25 09:35:10 +01:00
parent 6471d9623b
commit 6dcbbebebb

View file

@ -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;