Skip to content

Commit

Permalink
fix: fix snowflakes (#443)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
anton-gustafsson authored Nov 28, 2023
1 parent 05dbf46 commit 28b148e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.moimob.drinkable"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 14401
versionName "1.44.1"
versionCode 14402
versionName "1.44.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/14402.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Fixed issue with snowflakes
3 changes: 2 additions & 1 deletion src/modules/home/home.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div ref="containerElement" id="pull-to-refresh" class="w-full pb-10">
<div class="w-full pb-10">
<div class="w-full h-full fixed z-20 pointer-events-none" ref="containerElement"></div>
<div class="flex flex-col pb-12">
<season-explore css="${getOrderById(4)}"></season-explore>
<navigation-widget css="${getOrderById(3)}"></navigation-widget>
Expand Down

0 comments on commit 28b148e

Please sign in to comment.