mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-05-25 05:42:11 +00:00
Issue with opening directly in chats
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
This commit is contained in:
parent
236d94622c
commit
7614da00b1
3 changed files with 6 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.2.14
|
||||
## 0.2.15
|
||||
|
||||
- Fix: Issue with opening directly in chats
|
||||
- Fix: Multipe smaller issues
|
||||
- Fix: Multiple smaller issues
|
||||
|
||||
## 0.2.13
|
||||
|
||||
|
|
|
|||
|
|
@ -58,6 +58,8 @@ class HomeViewState extends State<HomeView> {
|
|||
initialPage = 0;
|
||||
}
|
||||
_activePageIdx = initialPage;
|
||||
_offsetFromOne = 1.0 - initialPage;
|
||||
_offsetRatio = _offsetFromOne.abs();
|
||||
_homeViewPageController = PageController(initialPage: initialPage);
|
||||
|
||||
_mainCameraController.setState = () {
|
||||
|
|
@ -94,6 +96,7 @@ class HomeViewState extends State<HomeView> {
|
|||
if (initialPage == 1) {
|
||||
unawaited(_mainCameraController.selectCamera(0, true));
|
||||
}
|
||||
|
||||
unawaited(_initAsync());
|
||||
|
||||
// Subscribe to all events (initial link and further)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ description: "twonly, a privacy-friendly way to connect with friends through sec
|
|||
|
||||
publish_to: 'none'
|
||||
|
||||
version: 0.2.14+123
|
||||
version: 0.2.15+124
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue