#2832 まで解決
This commit is contained in:
@ -40,7 +40,7 @@ class _HistoryPageState extends State<HistoryPage> {
|
||||
} else if (snapshot.hasData) {
|
||||
final dests = snapshot.data;
|
||||
if (dests!.isNotEmpty) {
|
||||
//print("----- history -----");
|
||||
debugPrint("----- history -----");
|
||||
return SizedBox(
|
||||
width: MediaQuery.of(context).size.width,
|
||||
height: MediaQuery.of(context).size.height,
|
||||
|
||||
Reference in New Issue
Block a user