mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-22 14:09:41 -05:00
[PR #59] [MERGED] fix: back button android, return home on tap #229
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pd4d10/git-touch/pull/59
Author: @shreyas1599
Created: 4/15/2020
Status: ✅ Merged
Merged: 4/16/2020
Merged by: @pd4d10
Base:
master← Head:back-options📝 Commits (2)
47344bafix: back button android, return home on tap18c9dc6fix: reuse logic for platforms📊 Changes
1 file changed (+49 additions, -6 deletions)
View changed files
📝
lib/home.dart(+49 -6)📄 Description
Fixes #57 and #54
null. Instead had to use five variables and reused them for all the platforms.CupertinoTabScaffoldas I need to get the value ofindexinonWillPop. I initially used a temporary variable and updated its value each time a tab bar item was clicked but because of usingawaitinonWillPopit created trouble. And a controller inherently seems like a better option.Let me know if there are any changes to be made. Thanks!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.