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

Commit 8accbf42 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Android (Google) Code Review
Browse files

Merge "Revert accidential merge afe6320d"

parents 6e638302 5c449ae5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1164,7 +1164,7 @@ public class RadioInfo extends Activity {

    void setImsConfigProvisionedState(int configItem, boolean state) {
        if (phone != null && mImsManager != null) {
            QueuedWork.singleThreadExecutor().submit(new Runnable() {
            QueuedWork.queue(new Runnable() {
                public void run() {
                    try {
                        mImsManager.getConfigInterface().setProvisionedValue(
@@ -1174,7 +1174,7 @@ public class RadioInfo extends Activity {
                        Log.e(TAG, "setImsConfigProvisioned() exception:", e);
                    }
                }
            });
            }, false);
        }
    }