Google Play Games Services: "choose email" shows up twice

I am using the "Minimal " example from the official Google Play Games Services unity plugin github repo found here.

When you first launch the app and authenticate is called I get the GPGS “choose a google play account” dialogue popup. Much like this one http://s3wc4.goplay.com/wysiwyg/2015/10/10/VARIOUS-ACCOUNT.jpg

After choosing an account authentication goes through fine and I see the username at the top.

Afterwards a second dialogue will show that looks like this http://seegatesite.com/wp-content/uploads/2016/07/Choose-gmail-account-Easily-Download-and-Install-Pokemon-Go-on-Android-in-Unregistered-Country.png

This second dialogue does not seem to have any affect on the GPGS implementation in my actual game (tested with different account saves). This second dialogue will show at the start of every launch, while the first one will not (because the first login is cached).

What is this second dialogue a part of, and how can I prevent it from showing?

Privacy & Terms