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

Commit 285302cc authored by Amin Shaikh's avatar Amin Shaikh Committed by android-build-merger
Browse files

Merge "Update SignalDrawable to show X for empty state" into qt-dev

am: 99a61d3b

Change-Id: Icdd8c8ab823d23a4083e80e215570c87073f488d
parents a5aa9812 99a61d3b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -286,8 +286,7 @@ public class SignalDrawable extends DrawableWrapper {

    /** Returns the state representing empty mobile signal with the given number of levels. */
    public static int getEmptyState(int numLevels) {
        // TODO empty state == 0 state. does there need to be a new drawable for this?
        return getState(0, numLevels, false);
        return getState(0, numLevels, true);
    }

    /** Returns the state representing carrier change with the given number of levels. */