Refresh event app lists by pull gesture

This commit is contained in:
ajp_anton
2026-07-23 10:11:43 +00:00
parent 1ef6c61602
commit 9e917eacd3
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -41,6 +41,7 @@ dependencies {
implementation(libs.fragment.ktx)
implementation(libs.material)
implementation(libs.drawerlayout)
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
testImplementation(libs.junit)
}