mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 07:18:05 -04:00
InnerView.getToolbarColour() was expecting a @ColorRes, except all views were returning integers which were the colour value, not a pointer to the resource as they should have been. Now only one place requires a call to getResources().getColor() whereas before it was in each view. Notifications on pre 4.1 devices require a pending intent to work. This is so that when you touch the intent, it takes you somewhere meaningfull. Without it, the update process crashes.