Skip to content

Commit 28b148e

Browse files
fix: fix snowflakes (#443)
fix
1 parent 05dbf46 commit 28b148e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.moimob.drinkable"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 14401
11-
versionName "1.44.1"
10+
versionCode 14402
11+
versionName "1.44.2"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
• Fixed issue with snowflakes

src/modules/home/home.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
2-
<div ref="containerElement" id="pull-to-refresh" class="w-full pb-10">
2+
<div class="w-full pb-10">
3+
<div class="w-full h-full fixed z-20 pointer-events-none" ref="containerElement"></div>
34
<div class="flex flex-col pb-12">
45
<season-explore css="${getOrderById(4)}"></season-explore>
56
<navigation-widget css="${getOrderById(3)}"></navigation-widget>

0 commit comments

Comments
 (0)