cancelar ios

This commit is contained in:
Eudes Inácio
2024-03-02 16:48:44 +01:00
parent 8e27bd534d
commit d180e5d35e
@@ -794,8 +794,12 @@ export class NewPublicationPage implements OnInit {
} }
closeApp() { closeApp() {
if (this.platform.is('android')) if (this.platform.is('android')) {
App.exitApp() App.exitApp()
} else {
window["sharedContent"] = null
}
} }
async recordevideoIos(fullPath) { async recordevideoIos(fullPath) {