Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 598169e7 authored by Doug Zongker's avatar Doug Zongker Committed by Android (Google) Code Review
Browse files

Merge "charger: accomodate minui change" into jb-mr2-dev

parents 4c8c35d0 12c45fb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -610,7 +610,7 @@ static int draw_text(const char *str, int x, int y)
        x = (gr_fb_width() - str_len_px) / 2;
    if (y < 0)
        y = (gr_fb_height() - char_height) / 2;
    gr_text(x, y, str);
    gr_text(x, y, str, 0);

    return y + char_height;
}