mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-12 02:06:17 -05:00
Grey screen on iOS #120
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?
Originally created by @adrianjagielak on GitHub (Feb 18, 2021).
Hi, I tried to install it but the only thing I see is a static gray screen.
iOS 14.2 iPhone XS Max, GitTouch 1.12.0 from the App Store
@pd4d10 commented on GitHub (Feb 19, 2021):
Looks weird. Is this the first screen after opening the app without doing anything?
@thomas-bouvier commented on GitHub (Feb 19, 2021):
Hi, I get the exact same screen on Android since release 1.12.0. The white splash screen (with the logo on it) loads and disappears before that.
@miracle091 commented on GitHub (Feb 19, 2021):
Same on LineageOS 17.1, version 1.12.0 but installed trough apk (cause this version. is not available on f-droid at the time). This not happen with the 1.11.1 and if this could help, build directly from source work normally.
@shreyas1599 commented on GitHub (Feb 19, 2021):
I think the error is because of this. While trying to build this error is returned:
I changed it to 0.17.0 and created a release on my local and it seems to work fine. @pd4d10 can you verify this on your machine?
@pd4d10 commented on GitHub (Feb 19, 2021):
0.17.0 seems to be a null safety version: https://pub.dev/packages/intl/versions/0.17.0
Have you set your Flutter channel other than
stable(for examplebeta)?@pd4d10 commented on GitHub (Feb 19, 2021):
I guess it may be caused by the system default locale.
@adrianjagielak @thomas-bouvier @miracle091 Could you please post your system default locale here? Thanks!
@pd4d10 commented on GitHub (Feb 19, 2021):
Update: This is exactly the reason that causes this problem
I Will land a quick fix on this. Thanks for your feedback!
@pd4d10 commented on GitHub (Feb 19, 2021):
Landed a new release: https://github.com/git-touch/git-touch/releases/tag/v1.12.2
iOS package is waiting for review and should be ready in 24h.