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

Commit d97c3d29 authored by Fabian Kozynski's avatar Fabian Kozynski Committed by android-build-merger
Browse files

Merge "Sets Tile default state to INACTIVE" into qt-dev

am: 0d7d8d2b

Change-Id: I050c0a371487f4095742b939b4ce74037f29ca90
parents d0ba5a35 0d7d8d2b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -65,8 +65,8 @@ public final class Tile implements Parcelable {
    private CharSequence mLabel;
    private CharSequence mSubtitle;
    private CharSequence mContentDescription;
    // Default to active until clients of the new API can update.
    private int mState = STATE_ACTIVE;
    // Default to inactive until clients of the new API can update.
    private int mState = STATE_INACTIVE;

    private IQSService mService;