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

Commit abb8a6ab authored by Calvin Pan's avatar Calvin Pan Committed by Android (Google) Code Review
Browse files

Merge "Remove unnecessary condition" into sc-qpr1-dev

parents ebdc1118 3bf80c66
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -43,9 +43,8 @@ public class DisableSmartForwardingTask implements Runnable {
            }

            if (callForwardingInfo != null
                    && callForwardingInfo[i] != null
                    && callForwardingInfo[i].getTimeoutSeconds() > 0) {
                Log.d(TAG, "Restore call waiting to " + callForwardingInfo);
                    && callForwardingInfo[i] != null) {
                Log.d(TAG, "Restore call forwarding to " + callForwardingInfo[i]);
                tm.setCallForwarding(callForwardingInfo[i], null, null);
            }
        }