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

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

Fixes MmTelFeatureConnection regression during creation am: bdb30882

am: ad774237

Change-Id: I7b96668248db311a883acd42ca818edbcd7b73a8
parents 7bf7ca75 ad774237
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;