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

Commit ad774237 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Fixes MmTelFeatureConnection regression during creation

am: bdb30882

Change-Id: I01fd83cb6137e684ddf371cb332136fea1eb9a6e
parents 13a9c5c0 bdb30882
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -423,7 +423,8 @@ public class MmTelFeatureConnection {
    private Context mContext;
    private Executor mExecutor;

    private volatile boolean mIsAvailable = false;
    // We are assuming the feature is available when started.
    private volatile boolean mIsAvailable = true;
    // ImsFeature Status from the ImsService. Cached.
    private Integer mFeatureStateCached = null;
    private IFeatureUpdate mStatusCallback;