Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 797980e9 authored by Mohit Mali's avatar Mohit Mali
Browse files

-Tasks app ask for the account

parent bbc5b855
Loading
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -1340,12 +1340,6 @@ public final class TaskProvider extends SQLiteContentProvider implements OnAccou
            Utils.sendActionProviderChangedBroadCast(getContext(), mAuthority);
        }
        
        if (Boolean.TRUE.equals(mStaleListCreated.get()))
        {
            // notify UI about the stale lists, it's up the UI to deal with this, either by showing a notification or an instant popup.
            Intent visbilityRequest = new Intent("org.dmfs.tasks.action.STALE_LIST_BROADCAST").setPackage(getContext().getPackageName());
            getContext().sendBroadcast(visbilityRequest);
        }
    }


+0 −7
Original line number Diff line number Diff line
@@ -340,13 +340,6 @@
                        android:scheme="content"/>
            </intent-filter>
        </receiver>
        <receiver
                android:name=".StaleListBroadcastReceiver"
                android:exported="false">
            <intent-filter>
                <action android:name="org.dmfs.tasks.action.STALE_LIST_BROADCAST"/>
            </intent-filter>
        </receiver>

        <service
                android:name=".notification.TaskNotificationService"