Use presence colors defined in MXKAppSettings. Add current used colors in shared defaults object.

This commit is contained in:
giomfo
2015-05-04 18:19:09 +02:00
parent 7f3c5f445b
commit ce1a78146c
4 changed files with 23 additions and 33 deletions
-4
View File
@@ -23,8 +23,4 @@
+ (MatrixHandler *)sharedHandler;
// return the presence ring color
// nil means there is no ring to display
- (UIColor*)getPresenceRingColor:(MXPresence)presence;
@end