Issue with opening directly in chats
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run

This commit is contained in:
otsmr 2026-05-17 21:33:41 +02:00
parent 236d94622c
commit 7614da00b1
3 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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)

View file

@ -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