Enable video call PiP.

This commit is contained in:
Greyson Parrelli
2020-07-09 07:50:38 -04:00
parent f5aade943e
commit 2883d2eb31
2 changed files with 1 additions and 9 deletions

View File

@@ -505,7 +505,6 @@ public class WebRtcCallActivity extends AppCompatActivity {
private boolean isSystemPipEnabledAndAvailable() {
return Build.VERSION.SDK_INT >= 26 &&
FeatureFlags.callingPip() &&
getPackageManager().hasSystemFeature(PackageManager.FEATURE_PICTURE_IN_PICTURE);
}