mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 13:19:52 +01:00
Always show the keyboard when asked for it
and maintain keyboard state when hiding view.
This commit is contained in:
@@ -63,6 +63,7 @@ public class KeyboardAwareLinearLayout extends LinearLayout {
|
||||
public KeyboardAwareLinearLayout(Context context,
|
||||
@Nullable AttributeSet attrs, int defStyle) {
|
||||
super(context, attrs, defStyle);
|
||||
rotation = getDeviceRotation();
|
||||
final int statusBarRes = getResources()
|
||||
.getIdentifier("status_bar_height", "dimen", "android");
|
||||
minKeyboardSize =
|
||||
|
||||
Reference in New Issue
Block a user