mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2025-10-30 03:57:17 +00:00
Fix keyboard covering edit text in CommentActivity.
This commit is contained in:
parent
5d61c1b2d8
commit
da347121df
@ -186,6 +186,7 @@ public class CommentActivity extends BaseActivity implements UploadImageEnabledA
|
||||
Insets allInsets = insets.getInsets(
|
||||
WindowInsetsCompat.Type.systemBars()
|
||||
| WindowInsetsCompat.Type.displayCutout()
|
||||
| WindowInsetsCompat.Type.ime()
|
||||
);
|
||||
|
||||
setMargins(binding.commentToolbar,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user