Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Simple-Sms
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangchengbo
Simple-Sms
Commits
246a02fb
Commit
246a02fb
authored
Nov 18, 2024
by
zhangchengbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:隐藏首页长按拨打电话icon
parent
e355ff75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ConversationsAdapter.kt
.../kotlin/com/secspace/sms/adapters/ConversationsAdapter.kt
+1
-1
No files found.
app/src/main/kotlin/com/secspace/sms/adapters/ConversationsAdapter.kt
View file @
246a02fb
...
...
@@ -34,7 +34,7 @@ class ConversationsAdapter(
findItem
(
R
.
id
.
cab_block_number
).
title
=
activity
.
addLockedLabelIfNeeded
(
com
.
simplemobiletools
.
commons
.
R
.
string
.
block_number
)
findItem
(
R
.
id
.
cab_block_number
).
isVisible
=
isNougatPlus
()
findItem
(
R
.
id
.
cab_add_number_to_contact
).
isVisible
=
isSingleSelection
&&
!
isGroupConversation
findItem
(
R
.
id
.
cab_dial_number
).
isVisible
=
isSingleSelection
&&
!
isGroupConversation
&&
!
isShortCodeWithLetters
(
selectedConversation
.
phoneNumber
)
findItem
(
R
.
id
.
cab_dial_number
).
isVisible
=
/*isSingleSelection && !isGroupConversation && !isShortCodeWithLetters(selectedConversation.phoneNumber)*/
false
findItem
(
R
.
id
.
cab_copy_number
).
isVisible
=
isSingleSelection
&&
!
isGroupConversation
findItem
(
R
.
id
.
cab_rename_conversation
).
isVisible
=
isSingleSelection
&&
isGroupConversation
findItem
(
R
.
id
.
cab_mark_as_read
).
isVisible
=
selectedItems
.
any
{
!
it
.
read
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment