Skip to content

Commit 50078ab

Browse files
committed
Adjust after cherry-picks
1 parent de06e4f commit 50078ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/background-task/android/src/main/java/com/expensify/reactnativebackgroundtask/ReactNativeBackgroundTaskModule.kt

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import android.content.IntentFilter
1414
import android.os.Build
1515
import android.os.PersistableBundle
1616
import android.util.Log
17-
import androidx.core.content.ContextCompat
1817

1918
class ReactNativeBackgroundTaskModule internal constructor(context: ReactApplicationContext) :
2019
ReactNativeBackgroundTaskSpec(context) {

src/pages/Search/EmptySearchView.tsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,12 @@ function EmptySearchView({type, hasResults}: EmptySearchViewProps) {
239239
styles.textAlignLeft,
240240
styles.emptyStateFolderWebStyles,
241241
subtitleComponent,
242-
hasResults,
242+
hasSeenTour,
243243
setRootStatusBarEnabled,
244244
ctaErrorMessage,
245-
hasSeenTour,
246245
navatticURL,
246+
shouldRedirectToExpensifyClassic,
247+
hasResults,
247248
viewTourTaskReport,
248249
canModifyTheTask,
249250
canActionTheTask,

0 commit comments

Comments
 (0)