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

Commit ace64260 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Fix tiles animating when QS edit is open" into nyc-dev

am: d1ed81e5

* commit 'd1ed81e5':
  Fix tiles animating when QS edit is open

Change-Id: Iff54427f468e9dccb9cb672d2bd67e00762a736d
parents f5d1bc31 d1ed81e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -177,6 +177,7 @@ public class QSCustomizer extends LinearLayout implements OnMenuItemClickListene
            specs.add(tile.getTileSpec());
        }
        mTileAdapter.setTileSpecs(specs);
        mRecyclerView.setAdapter(mTileAdapter);
    }

    private void save() {