Skip to content

Commit d6dee5a

Browse files
committed
refactor shift UI things on activity side
1 parent a246bc1 commit d6dee5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
191191
- name: Archive Test Report
192192
if: always()
193-
uses: actions/upload-artifact@v3
193+
uses: actions/upload-artifact@v4
194194
with:
195195
name: Test report
196196
path: |

webrtc-android-sample-app/src/androidTest/java/io/antmedia/webrtc_android_sample_app/ConferenceActivityTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ public void testConferenceReconnect() throws IOException, InterruptedException {
465465
onView(withId(R.id.broadcasting_text_view))
466466
.check(matches(withText(R.string.live)));
467467

468-
//Thread.sleep(3000);
468+
Thread.sleep(3000);
469469

470470
onView(withId(R.id.join_conference_button)).perform(click());
471471

0 commit comments

Comments
 (0)