mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-16 02:44:51 +00:00
Implement media sessions notification
This commit is contained in:
@@ -45,10 +45,6 @@ void JHybridOmniViewStateUpdater::updateViewProps(jni::alias_ref<jni::JClass> /*
|
||||
hybridView->setAutoplay(props->autoplay.value);
|
||||
props->autoplay.isDirty = false;
|
||||
}
|
||||
if (props->showNotification.isDirty) {
|
||||
hybridView->setShowNotification(props->showNotification.value);
|
||||
props->showNotification.isDirty = false;
|
||||
}
|
||||
if (props->autoPip.isDirty) {
|
||||
hybridView->setAutoPip(props->autoPip.value);
|
||||
props->autoPip.isDirty = false;
|
||||
|
||||
Reference in New Issue
Block a user