Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receive tile in the control centre does not work on HyperOS #133

Closed
Vader77Darth opened this issue Feb 4, 2024 · 3 comments
Closed

Receive tile in the control centre does not work on HyperOS #133

Vader77Darth opened this issue Feb 4, 2024 · 3 comments
Labels
area::UI-UX App user interface type::bug Something isn't working

Comments

@Vader77Darth
Copy link

Vader77Darth commented Feb 4, 2024

Tapping it crashes nearby sharing. Long pressing on it also causes nearby sharing to crash. I can only get this issue to happen on HyperOS.
I have attached a screen recording of the issue and a screenshot of the log that HyperOS gave me.

Screenshot_2024-02-04-21-13-24-457_com miui bugreport

compressed.mov
@ShortDevelopment ShortDevelopment added type::bug Something isn't working area::UI-UX App user interface labels Feb 8, 2024
@ShortDevelopment
Copy link
Member

Interesting ... all theses Chinese brands seem to have their own rules 😅
I'll revisit this when I'm doing #41

@Vader77Darth
Copy link
Author

Yea. I guess #41 is the ultimate solution.

@ShortDevelopment
Copy link
Member

This was likely fixed in 5bd63bf

if (OperatingSystem.IsAndroidVersionAtLeast(34))
StartActivityAndCollapse(
PendingIntent.GetActivity(this, 0, intent, PendingIntentFlags.Immutable) ?? throw new InvalidOperationException("Could not create PendingIntent")
);
else if (OperatingSystem.IsAndroidVersionAtLeast(24))
StartActivityAndCollapse(intent);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area::UI-UX App user interface type::bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants