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

Commit 2e887b1a authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

fix(folder): folder uninstall clear animation

parent e9cb68b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -277,6 +277,7 @@ public class FolderPagedView extends PagedView<PageIndicatorDots> implements Cli
    }

    public void removeItem(View v) {
        v.clearAnimation();
        for (int i = getChildCount() - 1; i >= 0; i --) {
            getPageAt(i).removeView(v);
        }