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

Commit 8612f802 authored by blong's avatar blong Committed by Steve Kondik
Browse files

Fix the FC problem when serach call log in dsds

- Fix FC problem when search call log

Change-Id: Ic13de18905fb0ea436f7a2c7955a6ed04c984a36
parent a43c678d
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -387,7 +387,9 @@ public class CallLogActivity extends AnalyticsActivity implements CallLogQueryHa
        transaction.commitAllowingStateLoss();
        getFragmentManager().executePendingTransactions();
        mViewPager.setVisibility(View.GONE);
        if (!getTelephonyManager().isMultiSimEnabled()) {
            mViewPagerTabs.setVisibility(View.GONE);
        }
        // We need to call this and onActionViewCollapsed() manually, since we
        // are using a custom
        // layout instead of asking the search menu item to take care of
@@ -552,7 +554,9 @@ public class CallLogActivity extends AnalyticsActivity implements CallLogQueryHa
        }

        mViewPager.setVisibility(View.VISIBLE);
        if (!getTelephonyManager().isMultiSimEnabled()) {
            mViewPagerTabs.setVisibility(View.VISIBLE);
        }
        hideInputMethod(getCurrentFocus());

        // Request to update option menu.