mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-22 07:08:49 +00:00
Merge branch 'main' into MrCyjaneK-cyjan-monerodart
This commit is contained in:
commit
1c17b69669
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