On the original web app, you can hide all of the dice but the 4 corner dice when using the app in case someone is looking.
Now that we have a convention that the center die is the "public" one, we should configure that view so that when you tap it it shows/hides the 24 dice other than the center. It should be in a global state variable that is stable between app runs so that if a user wants them hidden, it defaults to hidden after the next scan, with "tap to show dice" subtly placed over the hidden dice.
On the original web app, you can hide all of the dice but the 4 corner dice when using the app in case someone is looking.
Now that we have a convention that the center die is the "public" one, we should configure that view so that when you tap it it shows/hides the 24 dice other than the center. It should be in a global state variable that is stable between app runs so that if a user wants them hidden, it defaults to hidden after the next scan, with "tap to show dice" subtly placed over the hidden dice.
Mirrors Android issue