Skip to content
Snippets Groups Projects
Commit 3bf3f85b authored by poka's avatar poka
Browse files

Continue debug Query GQL Widget

parent 6afd5b01
No related branches found
No related tags found
No related merge requests found
...@@ -83,6 +83,7 @@ class HistoryScreen extends StatelessWidget with ChangeNotifier { ...@@ -83,6 +83,7 @@ class HistoryScreen extends StatelessWidget with ChangeNotifier {
} }
historyQuery(context) { historyQuery(context) {
print("I'M HERE 1");
_pubkeyFocus.unfocus(); _pubkeyFocus.unfocus();
HistoryProvider _historyProvider = Provider.of<HistoryProvider>(context); HistoryProvider _historyProvider = Provider.of<HistoryProvider>(context);
CesiumPlusProvider _cesiumPlusProvider = CesiumPlusProvider _cesiumPlusProvider =
...@@ -102,7 +103,7 @@ class HistoryScreen extends StatelessWidget with ChangeNotifier { ...@@ -102,7 +103,7 @@ class HistoryScreen extends StatelessWidget with ChangeNotifier {
}, },
), ),
builder: (QueryResult result, {fetchMore, refetch}) { builder: (QueryResult result, {fetchMore, refetch}) {
print("I'M HERE !"); print("I'M HERE 2 !");
if (result.isLoading && result.data == null) { if (result.isLoading && result.data == null) {
return const Center( return const Center(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment