Skip to content

Commit aaa3d41

Browse files
refactor: remove unnecessary comments
References: https://outsystemsrd.atlassian.net/browse/RMET-4466
1 parent c1f6a4b commit aaa3d41

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com.outsystems.plugins.inappbrowser/osinappbrowserlib/views/OSIABWebViewActivity.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -685,8 +685,6 @@ class OSIABWebViewActivity : AppCompatActivity() {
685685
fileChooserLauncher.launch(chooser)
686686
} else if (!isCaptureEnabled) {
687687
// if capture is not enabled, we always show the full chooser
688-
// if capture is enabled, we only want to show camera options (photo and video)
689-
// so if capture is enabled but permission is not granted (else), we don't do anything
690688

691689
// flow with gallery/file picker
692690
val contentIntent = Intent(Intent.ACTION_GET_CONTENT).apply {

0 commit comments

Comments
 (0)