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

Commit 41c4831e authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Promotion of android_ui.lnx.2.1.c1-00002.

CRs      Change ID                                   Subject
--------------------------------------------------------------------------------------------------------------
1058641   Idfa9173535e9c0f4e12b7d8a69abf6c9e0eaf699   Contacts: remove the videocall switch button

Change-Id: Ic4157509e6b837aafddc01cb2b7d36c735f1db11
CRs-Fixed: 1058641
parents 64df2d11 69efe335
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -361,7 +361,7 @@ public class ExpandingEntryCardView extends CardView {
        if (mEnablePresence) {
            mVideoCalling = (Switch) expandingEntryCardView
                    .findViewById(R.id.switch_video_call);
            mVideoCalling.setVisibility(View.VISIBLE);
            mVideoCalling.setVisibility(View.GONE);
            mDefaultEnable = Settings.System.getInt(mContext.getContentResolver(),
                    CallUtil.CONFIG_VIDEO_CALLING,CallUtil.DISABLE_VIDEO_CALLING);
            mEnable = mDefaultEnable;
@@ -408,9 +408,6 @@ public class ExpandingEntryCardView extends CardView {
        mNumEntries = 0;
        mAllEntriesInflated = false;
        mShowFirstEntryTypeTwice = showFirstEntryTypeTwice;
        if (isSupportVideoCall) {
            mVideoCalling.setVisibility(View.VISIBLE);
        }
        for (List<Entry> entryList : mEntries) {
            mNumEntries += entryList.size();
            mEntryViews.add(new ArrayList<View>());