mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
Desktop-refresh-error-fix (#1442)
* fix: Desktop refresh issue * chore: Removing comments
This commit is contained in:
parent
8325181253
commit
cfe4401ccb
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class DashboardPage extends StatelessWidget {
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
final screenHeight = MediaQuery.of(context).size.height;
|
final screenHeight = MediaQuery.of(context).size.height;
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
body: Observer(
|
body: Builder(
|
||||||
builder: (_) {
|
builder: (_) {
|
||||||
final dashboardPageView = RefreshIndicator(
|
final dashboardPageView = RefreshIndicator(
|
||||||
displacement: screenHeight * 0.1,
|
displacement: screenHeight * 0.1,
|
||||||
|
|
Loading…
Reference in a new issue