refactor: Remove placeholder buttons for location and contact in QuickActionsRow

This commit is contained in:
k1ngsterr1
2026-01-25 19:37:24 +05:00
parent 636cd9f3b8
commit 2605035c26
3 changed files with 553 additions and 21 deletions

View File

@@ -96,6 +96,9 @@ dependencies {
// uCrop for image cropping
implementation("com.github.yalantis:ucrop:2.2.8")
// PhotoEditor for drawing, filters, text on images
implementation("com.burhanrashid52:photoeditor:3.0.2")
// Blurhash for image placeholders
implementation("com.vanniktech:blurhash:0.1.0")