fix recently introduced crash
This commit is contained in:
parent
8a59e2fd4f
commit
4bef93da59
1 changed files with 1 additions and 2 deletions
|
|
@ -411,8 +411,6 @@ public class RecordingActivity extends AppCompatThemeActivity {
|
|||
receiver.filter.addAction(ACTION_FINISH_RECORDING);
|
||||
receiver.registerReceiver(this);
|
||||
|
||||
edit(false, false);
|
||||
|
||||
final SharedPreferences shared = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
if (shared.getBoolean(AudioApplication.PREFERENCE_CALL, false)) {
|
||||
TelephonyManager tm = (TelephonyManager) this.getSystemService(Context.TELEPHONY_SERVICE);
|
||||
|
|
@ -551,6 +549,7 @@ public class RecordingActivity extends AppCompatThemeActivity {
|
|||
sendBroadcast(new Intent(START_RECORDING));
|
||||
title.setText(Storage.getName(this, recording.targetUri));
|
||||
recording.updateBufferSize(false);
|
||||
edit(false, false);
|
||||
loadSamples();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue