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

Commit 63149dbf authored by Andre Eisenbach's avatar Andre Eisenbach
Browse files

Fix compile error due to extra brace

Change-Id: I467dcd31b97ed93e1a0f079ac02ee951c67ccac6
parent 586ce998
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2029,7 +2029,6 @@ public class AdapterService extends Service {
            "idle_time = " + idle_time + "energy_used = " + energy_used +
            "ctrl_state = " + ctrl_state);
    }
    }

    private int getIdleCurrentMa() {
        return getResources().getInteger(R.integer.config_bluetooth_idle_cur_ma);