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

Commit 3c014a58 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Merge "Always show band 0" into cm-10.2

parents 4b6766d0 2cd3cff4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -154,7 +154,10 @@ public class BandMode extends Activity {

        if (result.result != null) {
            int bands[] = (int[])result.result;

            //Always show Band 0, ie Automatic
            item = new BandListItem(0);
            mBandListAdapter.add(item);
            if (DBG) log("Add " + item.toString());
            for (int i=0; i<bands.length; i++) {
                item = new BandListItem(bands[i]);
                mBandListAdapter.add(item);