Search code examples
androidhockeyapp

HockeyApp update and crash popups have no text


I have HokeyApp integrated into my Android app and it has been working very well for us but recently both the popup prompting the user if they want to report a crash and the popup prompting the user if they would like to update are both just blank white squares.

If you tap on the popups where the buttons would be it acts like you tapped on the button. For example on the update popup I can get it to update by tapping on the popup where the "Show" button would be if you could see it.

I just pushed an update and I am getting a ton of bug reports about this and it looks really bad for my app. Is there a way to customize the popups where someone may have made a change and broken this? Do I need to rely on HokeyApp support to fix this?


Solution

  • Have a look at your theme colors, especially how AlertDialogs are themed.

    The buttons are controlled by android:buttonBarButtonStyle - check that its background and textColor are not the same. Similarly for the alert dialog theme - check that the text appearance there has distinctive foreground and background colors.