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

The game can zoom the cookie even if you are in the social tab #31662

Open
ZenoG2 opened this issue Jan 24, 2025 · 6 comments
Open

The game can zoom the cookie even if you are in the social tab #31662

ZenoG2 opened this issue Jan 24, 2025 · 6 comments

Comments

@ZenoG2
Copy link

ZenoG2 commented Jan 24, 2025

Type

Game behaviour

Bug description

If you open the friends tab and wait a few seconds, the game will zoom into the cookie. This does not happen for any other menu.
Sorry for my butchered explanation.

Screenshots or videos

https://youtu.be/mROXaxPflBo

Version

2025.101.0

Logs

Can't without a rooted device
Image

@ZenoG2 ZenoG2 changed the title The game can go to the zoomed cookie even if you are in the social tab The game can zoom the cookie even if you are in the social tab Jan 24, 2025
@ranacore
Copy link

fyi: you can get your logs from a file manager that utilizes shizuku, or take it from your pc

@ZenoG2
Copy link
Author

ZenoG2 commented Jan 25, 2025

I don't know what "shizuku" means and I do not have access to a PC.

@Walavouchey
Copy link
Member

does the "export logs" button work for you? (in settings)

@ZenoG2
Copy link
Author

ZenoG2 commented Jan 25, 2025

There is none on mobile

@Joehuu
Copy link
Member

Joehuu commented Jan 26, 2025

It's because of this:

public override bool AcceptsFocus => false;

Mobile doesn't immediately focus on textboxes, so nothing is in focus causing idling to start (i.e. toolbar hiding / osu! to zoom):

protected override bool AllowIdle => inputManager.FocusedDrawable == null;

Kinda hard to fix because of the LoadDisplay flow.

@ranacore
Copy link

does the "export logs" button work for you? (in settings)

Doesn't exist if I recall correctly, and if it does exist, it'll be in /data/sh.ppy.osulazer which is inaccessible unless you're trying to access with Shizuku or from a PC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants