Skip to content

Commit

Permalink
Hide Battery Bar for now
Browse files Browse the repository at this point in the history
Change-Id: Ie8acf46f667eadf20dbfd55dcf662dac8db6c845
  • Loading branch information
xlxfoxxlx authored and akhilnarang committed Jun 5, 2017
1 parent 92a3feb commit 23a542c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/com/aosip/owlsnest/statusbar/StatusbarHolder.java
Expand Up @@ -34,7 +34,6 @@
import com.aosip.owlsnest.statusbar.ClockCategory;
import com.aosip.owlsnest.statusbar.CustomLogo;
import com.aosip.owlsnest.statusbar.BatteryCategory;
import com.aosip.owlsnest.statusbar.BatteryBarCategory;
import com.aosip.owlsnest.statusbar.IconsCategory;
import com.aosip.owlsnest.statusbar.StatusBarTickerSettings;
import com.aosip.owlsnest.statusbar.TrafficCategory;
Expand Down Expand Up @@ -90,13 +89,12 @@ class StatusBarAdapter extends FragmentPagerAdapter {
public StatusBarAdapter(FragmentManager fm) {
super(fm);
frags[0] = new BatteryCategory();
frags[1] = new BatteryBarCategory();
frags[2] = new CarrierLabelSettings();
frags[3] = new ClockCategory();
frags[4] = new CustomLogo();
frags[5] = new IconsCategory();
frags[6] = new StatusBarTickerSettings();
frags[7] = new TrafficCategory();
frags[1] = new CarrierLabelSettings();
frags[2] = new ClockCategory();
frags[3] = new CustomLogo();
frags[4] = new IconsCategory();
frags[5] = new StatusBarTickerSettings();
frags[6] = new TrafficCategory();
}

@Override
Expand All @@ -119,7 +117,6 @@ private String[] getTitles() {
String titleString[];
titleString = new String[]{
getString(R.string.battery_category),
getString(R.string.battery_bar_title),
getString(R.string.carrier_label_settings_title),
getString(R.string.clock_category),
getString(R.string.sb_custom_logos),
Expand Down

0 comments on commit 23a542c

Please sign in to comment.