How to remove/disable on iOS/Android the "App install banner"?

I have the same request. Is there something I can put in config.php (or in the user database) to cause the line of php if ($theme->getiTunesAppId() !== '') to resolve to “yes, the theme setting is not equal to blank or empty, therefore do skip the app install banner” ?

The mobile app is great for accessing files; but I don’t do that on mobile. I use the other parts of the web interface on mobile (the Music app, and the Tasks app). Having the app install banner on those pages wastes screen space on my already small screen.

Yes, I can simply delete those three lines from the source code, and the web interface on mobile is better. But the next time you all push an update, I’m going to be editing the source code again.

It makes more sense for me to ask if there is a setting or something I am missing. It may well be that this is a solved problem that I haven’t found the solution for. I’m pretty new to NextCloud.

Thank you for your time and attention.