Skip to content

Commit

Permalink
TW-1869: can not open keyboard when tap on the textfield in IOS (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockvn committed Jun 18, 2024
1 parent 3c88bfa commit 914d9ee
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
name: Build

env:
FLUTTER_VERSION: 3.22.1
FLUTTER_VERSION: 3.22.2
XCODE_VERSION: ^15.0.1

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
pull_request:

env:
FLUTTER_VERSION: 3.22.1
FLUTTER_VERSION: 3.22.2
LIBOLM_VERSION: 3.2.16

name: Deploying on GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- "v*.*.*"

env:
FLUTTER_VERSION: 3.22.1
FLUTTER_VERSION: 3.22.2
XCODE_VERSION: ^15.0.1

name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
name: Tests

env:
FLUTTER_VERSION: 3.22.1
FLUTTER_VERSION: 3.22.2

jobs:
code_analyze:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
FLUTTER_VERSION: 3.22.1
FLUTTER_VERSION: 3.22.2

image:
name: cirrusci/flutter:${FLUTTER_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Specify versions
ARG FLUTTER_VERSION=3.22.1
ARG FLUTTER_VERSION=3.22.2
ARG OLM_VERSION=3.2.15

# Building libolm
Expand Down

0 comments on commit 914d9ee

Please sign in to comment.