backup. before shop update
This commit is contained in:
@@ -35,7 +35,9 @@ class MobileDownloadAppsState extends State<MobileDownloadApps> {
|
||||
for (int i = 0; i < apps.length; i++) {
|
||||
col.children.add(apps[i]);
|
||||
}
|
||||
return col;
|
||||
return SingleChildScrollView(
|
||||
child: col,
|
||||
);
|
||||
}
|
||||
|
||||
List<Widget> _getApps() {
|
||||
|
||||
Reference in New Issue
Block a user