1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

battery symbol has gone

This commit is contained in:
Nikolay Pultsin 2015-09-24 21:57:20 +01:00
parent 672c236e73
commit 7d4117890b

View file

@ -550,7 +550,6 @@ public final class FBView extends ZLTextView {
}
if (footerOptions.ShowBattery.getValue()) {
maybeAddSeparator(info, separator);
info.append("");
info.append(myReader.getBatteryLevel());
info.append("%");
}