aboutsummaryrefslogtreecommitdiff
path: root/apps/OboeTester/app/src
diff options
context:
space:
mode:
authorEly Ronnen <elyronnen@gmail.com>2023-06-28 03:18:22 +0300
committerGitHub <noreply@github.com>2023-06-27 17:18:22 -0700
commitca71246d27b5246d66a55e261fcf3209a72b6f14 (patch)
tree70252bff534e4df1c291ae6b32acbcbdeceabb3d /apps/OboeTester/app/src
parent31cbda80883d74d34aa26bee785f98ce6d76cc4a (diff)
downloadoboe-ca71246d27b5246d66a55e261fcf3209a72b6f14.tar.gz
remove unecessary streamContext.tester assignement (#1838)
Diffstat (limited to 'apps/OboeTester/app/src')
-rw-r--r--apps/OboeTester/app/src/main/java/com/mobileer/oboetester/TestAudioActivity.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/TestAudioActivity.java b/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/TestAudioActivity.java
index 04adc975..96ed24a0 100644
--- a/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/TestAudioActivity.java
+++ b/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/TestAudioActivity.java
@@ -381,7 +381,6 @@ abstract class TestAudioActivity extends Activity {
if (streamContext.configurationView != null) {
streamContext.configurationView.setOutput(false);
}
- streamContext.tester = AudioInputTester.getInstance();
mStreamContexts.add(streamContext);
return streamContext;
}