This commit is contained in:
M66B 2021-05-06 09:34:42 +02:00
parent 516b8280ee
commit 7a2b116bb6
1 changed files with 1 additions and 1 deletions

View File

@ -3324,7 +3324,7 @@ public class FragmentCompose extends FragmentBase {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R)
try {
ime = view.getRootWindowInsets().isVisible(WindowInsetsCompat.Type.ime());
}catch (Throwable ex){
} catch (Throwable ex) {
Log.e(ex);
}