Kasko
Kasko

Reputation: 3

Android Bug - display area blocked - old UI fragments shining through current UI

I don't know if this is the right place to ask for a solution.

I have a weird bug on Samsung S9 Android 8.0:

The area for the 3 Buttons (Menu, Home, Back) is blocked for some apps, so their UI ends on the top border of this area although I set these buttons to not fixed so that I have to swipe up to see them. One of these apps is Instagram.

Also, there is the problem that the outline of some UI is shining through the current UI of each app, no matter which app is currently running. This UI is always the same. I removed all UI elements from an app I'm working on so that I have a completely white screen. Then I made a video because on screenshots the UI fragments are not visible:

https://der-magere-student.com/public/media/WIN_20210115_02_29_04_Pro.mp4

On the bottom you can see:

  1. In more or less black: the android menu buttons (BUT NOT THE REAL ONES, the real ones are hidden until I swipe up)
  2. In more or less white: 4 of the five toolbar button of Instagram (home (house icon), the magnifying glass, the Plus (inside the android home button), and the heart) The fifth is not visible

On the top you can see:

  1. The right side of the WhatsApp toolbar: From right to left. The more icon, the call icon, and the video call icon
  2. horizontally centered with a bit offset from the top display border you maybe can see a little bar. I don't know where this comes from

There is a lot more but it's not visible on the video and also not identifiable for me. But I can see something.

Does anyone know where this bug comes from? Is it known? How to fix it?

Upvotes: 0

Views: 131

Answers (1)

Ryan M
Ryan M

Reputation: 20147

You're looking at OLED screen burn-in. It's not a software problem; it's actually wear on the screen that happens slowly over time.

The UI you're seeing at the bottom of the screen is Android's navigation buttons, which are particularly notorious for getting burned into the screen (see, for instance, this image from this article), because they're always in about the same spot. Newer versions of Android take measures to reduce the burn-in from them, but there's only so much that it's possible to do.

Try opening something that shows a white screen with the navigation buttons hidden: you'll see the same thing.

Upvotes: 1

Related Questions