mirror of https://github.com/M66B/FairEmail.git
Reformat
This commit is contained in:
parent
516b8280ee
commit
7a2b116bb6
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue