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

Commit c860f9f5 authored by Ling Ma's avatar Ling Ma
Browse files

Bind DataService in constructor

Skip the async event looper to reduce process time

Bug: 220957451
Test: atest
Merged-In: I2bb018f0193bbc813edc73c2c2d4e70aa456c677
Change-Id: I2bb018f0193bbc813edc73c2c2d4e70aa456c677
parent 9195feb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -378,7 +378,7 @@ public class DataServiceManager extends Handler {
        PhoneConfigurationManager.registerForMultiSimConfigChange(
                this, EVENT_BIND_DATA_SERVICE, null);

        sendEmptyMessage(EVENT_BIND_DATA_SERVICE);
        rebindDataService();
    }

    /**