Bug fixes
This commit is contained in:
parent
b91ab8dea5
commit
e614c576e8
@ -104,6 +104,9 @@ public class MainActivity extends AppCompatActivity {
|
||||
if (preferences.getBoolean("Reseed", true))
|
||||
{
|
||||
window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
|
||||
} else {
|
||||
window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN|
|
||||
WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user