Release 4.8.0 - 2024-05-26
This commit is contained in:
@ -41,7 +41,7 @@ class _HistoryPageState extends State<HistoryPage> {
|
||||
} else if (snapshot.hasData) {
|
||||
final dests = snapshot.data;
|
||||
if (dests!.isNotEmpty) {
|
||||
debugPrint("----- history -----");
|
||||
debugPrint("----- 通過履歴表示 -----");
|
||||
return SizedBox(
|
||||
width: MediaQuery.of(context).size.width,
|
||||
height: MediaQuery.of(context).size.height,
|
||||
|
||||
Reference in New Issue
Block a user