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

Commit 4efc9246 authored by Jason Monk's avatar Jason Monk
Browse files

Fix tiles animating when QS edit is open

Change-Id: Ie242f0cb71354674884bca398e0075cdebc3b572
Fixes: 27815863
parent 26350a42
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -175,6 +175,7 @@ public class QSCustomizer extends LinearLayout implements OnMenuItemClickListene
            specs.add(tile.getTileSpec());
        }
        mTileAdapter.setTileSpecs(specs);
        mRecyclerView.setAdapter(mTileAdapter);
    }

    private void save() {