|
|
@ -389,15 +389,14 @@ function MovieIndexRow(props: MovieIndexRowProps) {
|
|
|
|
onPress={onRefreshPress}
|
|
|
|
onPress={onRefreshPress}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
{showSearchAction && (
|
|
|
|
{showSearchAction ? (
|
|
|
|
<SpinnerIconButton
|
|
|
|
<SpinnerIconButton
|
|
|
|
className={styles.actions}
|
|
|
|
|
|
|
|
name={icons.SEARCH}
|
|
|
|
name={icons.SEARCH}
|
|
|
|
title={translate('SearchForMovie')}
|
|
|
|
title={translate('SearchForMovie')}
|
|
|
|
isSpinning={isSearchingMovie}
|
|
|
|
isSpinning={isSearchingMovie}
|
|
|
|
onPress={onSearchPress}
|
|
|
|
onPress={onSearchPress}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
)}
|
|
|
|
) : null}
|
|
|
|
|
|
|
|
|
|
|
|
<IconButton
|
|
|
|
<IconButton
|
|
|
|
name={icons.EDIT}
|
|
|
|
name={icons.EDIT}
|
|
|
|