QOL: MIH Mine Sweeper Package performance improvements pt2
This commit is contained in:
parent
e8cae1a894
commit
586e67b369
4 changed files with 194 additions and 208 deletions
|
|
@ -40,8 +40,6 @@ class _BuildMinesweeperLeaderboardListState
|
|||
builder: (BuildContext context, MzansiProfileProvider profileProvider,
|
||||
MihMineSweeperProvider mineSweeperProvider, Widget? child) {
|
||||
return ListView.separated(
|
||||
shrinkWrap: true,
|
||||
physics: const NeverScrollableScrollPhysics(),
|
||||
separatorBuilder: (BuildContext context, index) {
|
||||
return Divider(
|
||||
color: MihColors.getSecondaryColor(
|
||||
|
|
|
|||
|
|
@ -39,8 +39,6 @@ class _BuildMinesweeperLeaderboardListState
|
|||
builder: (BuildContext context, MzansiProfileProvider profileProvider,
|
||||
MihMineSweeperProvider mineSweeperProvider, Widget? child) {
|
||||
return ListView.separated(
|
||||
shrinkWrap: true,
|
||||
physics: const NeverScrollableScrollPhysics(),
|
||||
separatorBuilder: (BuildContext context, index) {
|
||||
return Divider(
|
||||
color: MihColors.getSecondaryColor(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue