fix: remove logs
This commit is contained in:
@@ -259,8 +259,6 @@ fun OtherProfileScreen(
|
||||
}
|
||||
|
||||
// DEBUG LOGS
|
||||
Log.d("OtherProfileScroll", "expansionProgress=$expansionProgress, isPulledDown=$isPulledDown, isDragging=$isDragging")
|
||||
|
||||
// ═══════════════════════════════════════════════════════════════
|
||||
// NESTED SCROLL - Telegram style with overscroll support
|
||||
// ═══════════════════════════════════════════════════════════════
|
||||
|
||||
@@ -588,7 +588,6 @@ private suspend fun loadPhotos(context: Context): List<PhotoItem> = withContext(
|
||||
}
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
android.util.Log.e(TAG, "Error loading photos: ${e.message}", e)
|
||||
}
|
||||
|
||||
items
|
||||
|
||||
@@ -401,8 +401,6 @@ fun ProfileScreen(
|
||||
}
|
||||
|
||||
// DEBUG LOGS
|
||||
Log.d("ProfileScroll", "expansionProgress=$expansionProgress, isPulledDown=$isPulledDown, isDragging=$isDragging")
|
||||
|
||||
// ═══════════════════════════════════════════════════════════════
|
||||
// NESTED SCROLL - Telegram style
|
||||
// ═══════════════════════════════════════════════════════════════
|
||||
|
||||
Reference in New Issue
Block a user