Commit 322e15f6 by olly Committed by Andrew Lewis

Update moe equivalence

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=187165173
parent aa570621
......@@ -289,7 +289,6 @@ public abstract class DownloadService extends Service implements DownloadManager
@Override
public void onIdle(DownloadManager downloadManager) {
// Make sure startForeground is called before stopping.
// Workaround for https://buganizer.corp.google.com/issues/69424260
if (Util.SDK_INT >= 26) {
Builder notificationBuilder = new Builder(this, getNotificationChannelId());
Notification foregroundNotification = notificationBuilder.build();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment