cleanups
This commit is contained in:
parent
b4194da44a
commit
5d327cf234
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ public class RecordingActivity extends AppCompatActivity {
|
|||
// start once
|
||||
if (start) {
|
||||
start = false;
|
||||
if (Build.VERSION.SDK_INT >= 21 || Storage.permitted(this, PERMISSIONS)) {
|
||||
if (Storage.permitted(this, PERMISSIONS, 1)) {
|
||||
startRecording();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue