Change compare button on menu
parent
ed8915b9fe
commit
8d28997ad7
|
@ -81,7 +81,7 @@ fun compareResults(
|
||||||
noFileSnackbarVisibleState.value = true
|
noFileSnackbarVisibleState.value = true
|
||||||
return@dropdownButtonComponent
|
return@dropdownButtonComponent
|
||||||
} else {
|
} else {
|
||||||
isCompareClicked = true
|
currentPage.value = "compareProject"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -98,7 +98,7 @@ fun glossaryList(
|
||||||
noFileSnackbarVisibleState.value = true
|
noFileSnackbarVisibleState.value = true
|
||||||
return@dropdownButtonComponent
|
return@dropdownButtonComponent
|
||||||
} else {
|
} else {
|
||||||
isCompareClicked = true
|
currentPage.value = "compareProject"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -96,7 +96,7 @@ fun projectList(
|
||||||
noFileSnackbarVisibleState.value = true
|
noFileSnackbarVisibleState.value = true
|
||||||
return@dropdownButtonComponent
|
return@dropdownButtonComponent
|
||||||
} else {
|
} else {
|
||||||
isCompareClicked = true
|
currentPage.value = "compareProject"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -144,7 +144,7 @@ fun glossaryDetailedPage(
|
||||||
noFileSnackbarVisibleState.value = true
|
noFileSnackbarVisibleState.value = true
|
||||||
return@dropdownButtonComponent
|
return@dropdownButtonComponent
|
||||||
} else {
|
} else {
|
||||||
isCompareClicked = true
|
currentPage.value = "compareProject"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -168,7 +168,7 @@ fun glossariesPage(
|
||||||
noFileSnackbarVisibleState.value = true
|
noFileSnackbarVisibleState.value = true
|
||||||
return@dropdownButtonComponent
|
return@dropdownButtonComponent
|
||||||
} else {
|
} else {
|
||||||
isCompareClicked = true
|
currentPage.value = "compareProject"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -125,7 +125,7 @@ fun parsedWordsTable(
|
||||||
noFileSnackbarVisibleState.value = true
|
noFileSnackbarVisibleState.value = true
|
||||||
return@dropdownButtonComponent
|
return@dropdownButtonComponent
|
||||||
} else {
|
} else {
|
||||||
isCompareClicked = true
|
currentPage.value = "compareProject"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue