Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
  • Loading branch information
sowjanyakch committed Nov 8, 2024
1 parent ff534ba commit 85f7864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ class CallActivity : CallBaseActivity() {
binding!!.popupMenu.text = context.getString(R.string.end_call_for_everyone)
}

private fun showLeavePopupMenu() {
private fun showLeavePopupMenu() {
binding!!.popupMenu.visibility = View.VISIBLE
binding!!.popupMenu.text = context.getString(R.string.leave_call)
}
Expand Down

0 comments on commit 85f7864

Please sign in to comment.