Missed in last commit
This commit is contained in:
@@ -69,7 +69,7 @@ export function JobListItem({ setCameraJob, setCameraJobId, item }) {
|
|||||||
<Button
|
<Button
|
||||||
style={[style, { alignSelf: "center" }]}
|
style={[style, { alignSelf: "center" }]}
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
logImEXEvent("imexmobile_setcamerajobid_swipe");
|
logImEXEvent("imexmobile_setcamerajobid_row");
|
||||||
setCameraJobId(item.id);
|
setCameraJobId(item.id);
|
||||||
setCameraJob(item);
|
setCameraJob(item);
|
||||||
navigation.navigate("MediaBrowserTab");
|
navigation.navigate("MediaBrowserTab");
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ const JobStackNavigator = connect(
|
|||||||
headerRight: () => (
|
headerRight: () => (
|
||||||
<Button
|
<Button
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
logImEXEvent("imexmobile_setcamerajobid_swipe");
|
logImEXEvent("imexmobile_setcamerajobid_jobheader");
|
||||||
setCameraJobId(route.params.jobId);
|
setCameraJobId(route.params.jobId);
|
||||||
setCameraJob(route.params.job);
|
setCameraJob(route.params.job);
|
||||||
navigation.navigate("MediaBrowserTab");
|
navigation.navigate("MediaBrowserTab");
|
||||||
|
|||||||
Reference in New Issue
Block a user