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

Commit 61c7d2f4 authored by arangelov's avatar arangelov
Browse files

Reset placeholder count when rebuilding resolver list.

Fixes: 148589435
Test: manual
Change-Id: I150ba1c14648fc5939a519b0b3583e0e12dd16f4
parent 2bf744ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -255,6 +255,7 @@ public class ResolverListAdapter extends BaseAdapter {
            }
            }
        }
        }


        setPlaceholderCount(0);
        int n;
        int n;
        if ((currentResolveList != null) && ((n = currentResolveList.size()) > 0)) {
        if ((currentResolveList != null) && ((n = currentResolveList.size()) > 0)) {
            // We only care about fixing the unfilteredList if the current resolve list and
            // We only care about fixing the unfilteredList if the current resolve list and