Page MenuHomePhabricator

Unused `loginShowing` in `LoginActivity`
Closed, InvalidPublicBUG REPORT

Description

Hi Team,

We are a research team that is currently developing a tool for code linting. We found that in onSaveInstanceState method of LoginActivity class, the loginShowing is put into the outState but never used in the onCreate or anywhere else. We think that this could be a unused object and thus a bad practice.

Can you verify this?

Thank you.