cleanups
This commit is contained in:
parent
c3ac921cf6
commit
997cc86d2d
1 changed files with 1 additions and 2 deletions
|
|
@ -440,9 +440,8 @@ public class RecordingActivity extends AppCompatThemeActivity {
|
|||
receiver.registerReceiver(this);
|
||||
|
||||
final SharedPreferences shared = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
if (shared.getBoolean(AudioApplication.PREFERENCE_CALL, false)) {
|
||||
if (shared.getBoolean(AudioApplication.PREFERENCE_CALL, false))
|
||||
pscl.create();
|
||||
}
|
||||
|
||||
final View cancel = findViewById(R.id.recording_cancel);
|
||||
cancel.setOnClickListener(new View.OnClickListener() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue