Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki committed Oct 12, 2024
1 parent 7a89c7a commit 48287d1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.openfoodfacts.app

import android.app.PendingIntent
import android.content.Intent
import android.os.Build
import android.service.quicksettings.Tile
Expand Down Expand Up @@ -27,7 +28,7 @@ class AppMainTile : TileService() {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) {
startActivityAndCollapse(
PendingIntent.getActivity(
appContext,
applicationContext,
0,
intent,
PendingIntent.FLAG_IMMUTABLE
Expand Down

0 comments on commit 48287d1

Please sign in to comment.