Skip to content

Commit

Permalink
Remove greek characters for javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
irinil committed Aug 26, 2020
1 parent c10a7f8 commit b991b48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Expand Up @@ -83,7 +83,7 @@ public void multipleAttacksSortGroupTest() {
linearLayout.perform(click());

ViewInteraction imageButton = onView(
allOf(withId(R.id.FilterButton), withContentDescription("Περισσότερες επιλογές"),
allOf(withId(R.id.FilterButton), withContentDescription("More options"),
childAtPosition(
allOf(withId(R.id.linearLayout),
childAtPosition(
Expand Down Expand Up @@ -116,7 +116,7 @@ public void multipleAttacksSortGroupTest() {
frameLayout.check(matches(isDisplayed()));

ViewInteraction imageButton2 = onView(
allOf(withId(R.id.FilterButton), withContentDescription("Περισσότερες επιλογές"),
allOf(withId(R.id.FilterButton), withContentDescription("More options"),
childAtPosition(
allOf(withId(R.id.linearLayout),
childAtPosition(
Expand All @@ -127,7 +127,7 @@ public void multipleAttacksSortGroupTest() {
imageButton2.perform(click());

ViewInteraction imageButton3 = onView(
allOf(withId(R.id.GroupButton), withContentDescription("Περισσότερες επιλογές"),
allOf(withId(R.id.GroupButton), withContentDescription("More options"),
childAtPosition(
allOf(withId(R.id.linearLayout),
childAtPosition(
Expand Down Expand Up @@ -187,7 +187,7 @@ public void multipleAttacksSortGroupTest() {
}

ViewInteraction imageButton4 = onView(
allOf(withId(R.id.SortButton), withContentDescription("Περισσότερες επιλογές"),
allOf(withId(R.id.SortButton), withContentDescription("More options"),
childAtPosition(
allOf(withId(R.id.linearLayout),
childAtPosition(
Expand Down
Expand Up @@ -36,7 +36,7 @@ public void onCreate() {
super.onCreate();
instances = this;
setDatabase();
//crashlyticsSetup();
crashlyticsSetup();
}

private void crashlyticsSetup(){
Expand Down

0 comments on commit b991b48

Please sign in to comment.