I am aware of
Allow outside touch for DialogFragment
and its accepted answer. I've tested the accepted answer on the following:
Galaxy Tab A 9.7 Android 7.1.1: ok
Galaxy Tab A 8.0 Android 7 : ok
Galaxy Tab S4 Android 9 : no touch outside DialogFragment
Galaxy S5 Android 6.0.1 : ok
Galaxy Tab S2 Android 7 : ok
Galaxy Tab S3 Android 9 : no touch outside DialogFragment
Galaxy Tab S4 Android 9 : no touch outside DialogFragment
Galaxy Note Edge Android 6.0.1: ok
Galaxy Note4 Android 6.0.1 : ok
and several other, non-Samsung phones running Android 6, 7 and 7.1.1 - all ok.
It really looks like the accepted answer does not work on Android 9. Precisely what happens is that when I try pressing a button which is outside the DialogFragment, it's onClick() method does not get called.
Any pointers?