Browse Source

feat(android/sdk): fixed enterpictureinpicture method call

factor2
Calin-Teodor 1 year ago
parent
commit
c6dcac47a8

+ 2
- 2
android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiMeetActivity.java View File

294
 
294
 
295
     @Override
295
     @Override
296
     protected void onUserLeaveHint() {
296
     protected void onUserLeaveHint() {
297
-        if (this.jitsiView  != null) {
298
-            this.jitsiView .enterPictureInPicture();
297
+        if (this.jitsiView != null) {
298
+            this.jitsiView.enterPictureInPicture();
299
         }
299
         }
300
     }
300
     }
301
 
301
 

Loading…
Cancel
Save