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

Commit daa58a40 authored by Adam Cohen's avatar Adam Cohen Committed by Android (Google) Code Review
Browse files

Merge "Remove problematic early return from notifyDataSetChanged"

parents 7be8bfc2 005f7cf1
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1335,10 +1335,6 @@ public class RemoteViewsAdapter extends BaseAdapter implements Handler.Callback
        // If we are not connected, queue up the notifyDataSetChanged to be handled when we do
        // connect
        if (!mServiceConnection.isConnected()) {
            if (mNotifyDataSetChangedAfterOnServiceConnected) {
                return;
            }

            mNotifyDataSetChangedAfterOnServiceConnected = true;
            requestBindService();
            return;