Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
Linhome-Android
Commits
e1e18da6
Commit
e1e18da6
authored
Jul 06, 2020
by
Christophe Deschamps
Browse files
Cosmetic
Former-commit-id:
61f1a12c
parent
e2bd33f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/src/main/java/org/lindoor/ui/call/CallInProgressActivity.kt
...c/main/java/org/lindoor/ui/call/CallInProgressActivity.kt
+2
-2
No files found.
app/src/main/java/org/lindoor/ui/call/CallInProgressActivity.kt
View file @
e1e18da6
...
...
@@ -106,12 +106,12 @@ class CallInProgressActivity : CallGenericActivity() {
}
@OnPermissionDenied
(
Manifest
.
permission
.
RECORD_AUDIO
)
fun
on
Camera
Denied
()
{
fun
on
RecordAudio
Denied
()
{
DialogUtil
.
error
(
"record_audio_permission_denied"
)
}
@OnNeverAskAgain
(
Manifest
.
permission
.
RECORD_AUDIO
)
fun
on
Camera
NeverAskAgain
()
{
fun
on
RecordAudioDenied
NeverAskAgain
()
{
DialogUtil
.
error
(
"record_audio_permission_denied_dont_ask_again"
)
}
...
...
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