Restore iOS-specific theme; colors on left in android theme
This commit is contained in:
@@ -1374,6 +1374,10 @@
|
||||
},
|
||||
|
||||
getColor() {
|
||||
if (!this.isPrivate()) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const { migrateColor } = Util;
|
||||
return migrateColor(this.get('color'));
|
||||
},
|
||||
|
Reference in New Issue
Block a user