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

Commit 1ae27fd8 authored by SongFerngWang's avatar SongFerngWang Committed by android-build-merger
Browse files

UserMobileDataState set default value.

am: 62892a39

Change-Id: I694fcd681c6f42102e0ab1a24ca1beeb85c12f36
parents b7e5f7bf 62892a39
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ public class DataEnabledSettings {
                                + mPhone.getSubId());
                        mSubId = mPhone.getSubId();
                        updateDataEnabledAndNotify(REASON_USER_DATA_ENABLED);
                        mPhone.notifyUserMobileDataStateChanged(isUserDataEnabled());
                    }
                }
            };