mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02:00
Changes vector feature preference key and function name for clarity
This commit is contained in:
@@ -152,7 +152,7 @@ class ElementRobot {
|
||||
}
|
||||
|
||||
fun signout(expectSignOutWarning: Boolean) {
|
||||
if (features.isNewAppLayoutEnabled()) {
|
||||
if (features.isNewAppLayoutFeatureEnabled()) {
|
||||
onView(withId((R.id.avatar)))
|
||||
.perform(click())
|
||||
waitUntilActivityVisible<VectorSettingsActivity> {
|
||||
|
Reference in New Issue
Block a user