Skip to content

Commit

Permalink
Fix visible keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
massivemadness committed Oct 4, 2022
1 parent 8ba5662 commit 251b627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ class EditorFragment : Fragment(R.layout.fragment_editor), BackPressedHandler,
viewModel.emptyView.observe(viewLifecycleOwner) { isVisible ->
binding.errorView.root.isVisible = isVisible
binding.editor.isInvisible = isVisible
binding.keyboard.isVisible = !isVisible
}
viewModel.parseEvent.observe(viewLifecycleOwner) { model ->
model.exception?.let {
Expand Down
2 changes: 1 addition & 1 deletion feature-settings/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!DOCTYPE html>
<u><b>v2022.2.1, 5 Oct. 2022</b></u><br>
<b>Fixed:</b> Empty file list in Root Directory<br>
<b>Fixed:</b> Empty file list in Root Directory (<a href="https://github.com/massivemadness/Squircle-CE/commit/8ba56622a8e1132527f44fcf4b4e5059d5028ccb">8ba5662</a>)<br>
<b>Fixed:</b> Crash when switching between servers (<a href="https://github.com/massivemadness/Squircle-CE/commit/861dd29bf121cf4760900c92d87b8d2aaa6420f0">861dd29</a>)<br>
<b>Fixed:</b> Local directories were displayed while using FTP (<a href="https://github.com/massivemadness/Squircle-CE/commit/b64917d633ce1c61564c8dca81fac0f3be3f93a7#diff-6b725303e8fa413c57dd281c6d9b2f4af4e13a72f7e703a6912fe6c4aa5a6c71R225">b64917d</a>)<br>
• Improved interaction with WindowInsets API (<a href="https://github.com/massivemadness/Squircle-CE/commit/f8fecedbf98552e15bd0a573334cc52ca6e20708">f8feced</a>)<br>
Expand Down

0 comments on commit 251b627

Please sign in to comment.