feat: feat: advertise existing long press to refresh per section (#467)

* feat: advertise existing long press to refresh per section

---------

Co-authored-by: eddyizm <eddyizm@gmail.com>
This commit is contained in:
Tom 2026-03-02 00:36:03 -03:00 committed by GitHub
parent 88c2129cd4
commit c7f2524085
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 159 additions and 30 deletions

View file

@ -101,6 +101,7 @@ dependencies {
implementation 'androidx.room:room-runtime:2.6.1'
implementation 'androidx.core:core-splashscreen:1.0.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0"
// Android Material
implementation 'com.google.android.material:material:1.10.0'