Fixed an update message display bug

pull/14/head
Sam Bosley 12 years ago
parent c8a0ca505a
commit 9a4633b2e6

@ -148,7 +148,7 @@ public class UpdateMessageService {
} else {
String color = ThemeService.getDialogTextColorString();
final String html = "<html><body style='color: " + color + "'>" +
message + "</body></html>";
message.getLeft() + "</body></html>";
ds = new DialogShower() {
@Override
public void showDialog(Activity a) {

Loading…
Cancel
Save