Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
d4d60bee
Commit
d4d60bee
authored
1 year ago
by
Pierre Nicolas
Browse files
Options
Downloads
Patches
Plain Diff
conversation: cleanup
Remove unused code Change-Id: Ib473455603ed0b8ccfc4d186836027521c53eda2
parent
a301e7f1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jami-android/app/src/main/java/cx/ring/fragments/ConversationFragment.kt
+1
-15
1 addition, 15 deletions
...p/src/main/java/cx/ring/fragments/ConversationFragment.kt
with
1 addition
and
15 deletions
jami-android/app/src/main/java/cx/ring/fragments/ConversationFragment.kt
+
1
−
15
View file @
d4d60bee
...
...
@@ -66,7 +66,6 @@ import cx.ring.services.SharedPreferencesServiceImpl.Companion.getConversationCo
import
cx.ring.services.SharedPreferencesServiceImpl.Companion.getConversationPreferences
import
cx.ring.services.SharedPreferencesServiceImpl.Companion.getConversationSymbol
import
cx.ring.utils.*
import
cx.ring.utils.MediaButtonsHelper.MediaButtonsHelperCallback
import
cx.ring.views.AvatarDrawable
import
cx.ring.views.AvatarFactory
import
dagger.hilt.android.AndroidEntryPoint
...
...
@@ -86,8 +85,7 @@ import java.util.*
@AndroidEntryPoint
class
ConversationFragment
:
BaseSupportFragment
<
ConversationPresenter
,
ConversationView
>(),
MediaButtonsHelperCallback
,
ConversationView
,
SearchView
.
OnQueryTextListener
{
ConversationView
,
SearchView
.
OnQueryTextListener
{
private
var
locationServiceConnection
:
ServiceConnection
?
=
null
private
var
binding
:
FragConversationBinding
?
=
null
private
var
mAudioCallBtn
:
MenuItem
?
=
null
...
...
@@ -1160,18 +1158,6 @@ class ConversationFragment : BaseSupportFragment<ConversationPresenter, Conversa
updateListPadding
()
}
override
fun
positiveMediaButtonClicked
()
{
presenter
.
clickOnGoingPane
()
}
override
fun
negativeMediaButtonClicked
()
{
presenter
.
clickOnGoingPane
()
}
override
fun
toggleMediaButtonClicked
()
{
presenter
.
clickOnGoingPane
()
}
private
fun
setLoading
(
isLoading
:
Boolean
)
{
val
binding
=
binding
?:
return
if
(
isLoading
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment