Skip to content

Commit

Permalink
revert, try battery saving or something
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Sep 17, 2024
1 parent 7cda808 commit 91b5748
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 247 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"applinks:headpat.place",
"applinks:api.headpat.place"
],
"buildNumber": "96"
"buildNumber": "99"
},
"android": {
"permissions": [
Expand All @@ -73,7 +73,7 @@
}
},
"package": "com.headpat.app",
"versionCode": 70
"versionCode": 72
},
"extra": {
"router": {
Expand Down
1 change: 0 additions & 1 deletion app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ import DiscordIcon from '~/components/icons/DiscordIcon'
import EulaModal from '~/components/EulaModal'
import { Muted } from '~/components/ui/typography'
import * as Updates from 'expo-updates'
import { LocationObject } from 'expo-location'

async function bootstrap() {
const initialNotification = await messaging().getInitialNotification()
Expand Down
Loading

0 comments on commit 91b5748

Please sign in to comment.