mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-18 21:28:54 +00:00
parent
63a665ead0
commit
09f9c9be0a
2 changed files with 1 additions and 4 deletions
|
@ -169,8 +169,6 @@ public class Widget extends AppWidgetProvider {
|
|||
}
|
||||
|
||||
static void update(Context context) {
|
||||
EntityLog.log(context, "Widget update");
|
||||
|
||||
AppWidgetManager appWidgetManager = AppWidgetManager.getInstance(context);
|
||||
if (appWidgetManager == null) {
|
||||
Log.w("No app widget manager"); // Fairphone FP2
|
||||
|
|
|
@ -169,8 +169,7 @@ public class WidgetUnified extends AppWidgetProvider {
|
|||
}
|
||||
|
||||
static void updateData(Context context) {
|
||||
EntityLog.log(context, "Widget unified update");
|
||||
|
||||
Log.i("Widget unified update");
|
||||
if (ActivityBilling.isPro(context)) {
|
||||
AppWidgetManager appWidgetManager = AppWidgetManager.getInstance(context);
|
||||
if (appWidgetManager == null) {
|
||||
|
|
Loading…
Reference in a new issue