Skip to content

Commit

Permalink
Merge branch 'investigate-predictive-back-droid-1036'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Jul 30, 2024
2 parents 5fa4f96 + 047df31 commit a946419
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
### Added
- Add the ability to customize how the app talks to the api.
- Add support for predictive back.

### Changed
- Migrate underlaying communication wtih daemon to gRPC. This also implies major changes and
Expand Down
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
android:launchMode="singleInstance"
android:screenOrientation="fullUser"
android:windowSoftInputMode="adjustResize"
tools:ignore="DiscouragedApi">
android:enableOnBackInvokedCallback="true"
tools:ignore="DiscouragedApi,UnusedAttribute">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit a946419

Please sign in to comment.