40b1c1c182
- Update STICKY_HEADER_CLASS constant to include safe-area-top - Fixes sticky tabs in Search and Settings pages on mobile - Ensures sticky headers respect device notches and status bars - Feed and NotificationsPage already use top-mobile-bar which includes safe area
10 lines
460 B
Groovy
10 lines
460 B
Groovy
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
|
include ':capacitor-android'
|
|
project(':capacitor-android').projectDir = new File('../node_modules/@capacitor/android/capacitor')
|
|
|
|
include ':capacitor-app'
|
|
project(':capacitor-app').projectDir = new File('../node_modules/@capacitor/app/android')
|
|
|
|
include ':capacitor-status-bar'
|
|
project(':capacitor-status-bar').projectDir = new File('../node_modules/@capacitor/status-bar/android')
|