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

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

Fixes MmTelFeatureConnection regression during creation am: bdb30882 am: ad774237

am: 319f4b54

Change-Id: Ifdbadf64a92a6687dcdea5114b3af42cfdcc1f6c
parents 292b84c2 319f4b54
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;