Refactor: Remove unused tripleClickCount state variable

The `tripleClickCount` mutable state variable in the `ChatHeader` composable was not being used and has been removed to simplify the code
This commit is contained in:
Mohamad Hamade
2025-07-15 13:18:29 +03:00
parent 0a33bd734d
commit 17472a1854
@@ -149,8 +149,7 @@ fun ChatHeaderContent(
onShowAppInfo: () -> Unit
) {
val colorScheme = MaterialTheme.colorScheme
var tripleClickCount by remember { mutableStateOf(0) }
when {
selectedPrivatePeer != null -> {
// Private chat header - ensure state synchronization