mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
ui: Make save button on StartRecording text button style
This commit is contained in:
parent
09f9be8414
commit
d125ed79d5
@ -131,6 +131,7 @@ fun StartRecording(
|
|||||||
.semantics {
|
.semantics {
|
||||||
contentDescription = label
|
contentDescription = label
|
||||||
},
|
},
|
||||||
|
colors = ButtonDefaults.textButtonColors(),
|
||||||
onClick = {
|
onClick = {
|
||||||
audioRecorder.stopRecording(context)
|
audioRecorder.stopRecording(context)
|
||||||
audioRecorder.onRecordingSave()
|
audioRecorder.onRecordingSave()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user