We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f38e64 commit ea26274Copy full SHA for ea26274
1 file changed
pythonforandroid/recipes/android/src/android/utils.py
@@ -37,7 +37,7 @@ def update_system_ui(
37
try:
38
WindowCompat = autoclass("androidx.core.view.WindowCompat")
39
inset_controller = WindowCompat.getInsetsController(window, decor_view)
40
- except:
+ except Exception:
41
inset_controller = None
42
43
def parse_color(value):
0 commit comments