Skip to content

Commit

Permalink
FBoard v3.36
Browse files Browse the repository at this point in the history
- Fix keyboard jump on landscape
- Fix emoji view stucks on screen when clicked to symbol view
  • Loading branch information
frknkrc44 committed Dec 17, 2023
1 parent d2ab18f commit f1a51ff
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 227 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="42"
android:versionName="3.34">
android:versionCode="43"
android:versionName="3.35">

<uses-sdk android:minSdkVersion="9"
android:targetSdkVersion="34" />
Expand Down
1 change: 1 addition & 0 deletions app/src/main/java/org/blinksd/board/BoardPopup.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public void setKey(SuperBoard board, Key key) {
public void showCharacter() {
if (getContext().getResources().getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE) {
hideCharacter();
return;
}

mKey.setVisibility(VISIBLE);
Expand Down
Loading

0 comments on commit f1a51ff

Please sign in to comment.