iOS GPS 設定によるポップアップ、バックグラウンド処理修正。Android は未確認
This commit is contained in:
@ -72,6 +72,7 @@ class _GpsPageState extends State<GpsPage> {
|
||||
],
|
||||
)),
|
||||
),
|
||||
/*
|
||||
Container(
|
||||
color: Colors.transparent,
|
||||
child: i.is_checkin == 1
|
||||
@ -93,6 +94,8 @@ class _GpsPageState extends State<GpsPage> {
|
||||
color: Colors.black,
|
||||
))
|
||||
: Container()),
|
||||
|
||||
*/
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user