mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 06:05:21 +00:00
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:
@@ -149,7 +149,6 @@ fun ChatHeaderContent(
|
|||||||
onShowAppInfo: () -> Unit
|
onShowAppInfo: () -> Unit
|
||||||
) {
|
) {
|
||||||
val colorScheme = MaterialTheme.colorScheme
|
val colorScheme = MaterialTheme.colorScheme
|
||||||
var tripleClickCount by remember { mutableStateOf(0) }
|
|
||||||
|
|
||||||
when {
|
when {
|
||||||
selectedPrivatePeer != null -> {
|
selectedPrivatePeer != null -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user