Skip to content

Commit

Permalink
Test case fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
surinder-tsys committed Mar 24, 2023
1 parent d1c299e commit 4f424df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,6 @@ public void directCameraUpload() {

}

@Override
public void scanDocUpload() {

}

@Override
public void showTemplate(Creator creator, String headline) {

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<color name="standard_grey">#757575</color>
<color name="actionbar_shadow">#222222</color>
<color name="grey_200">#EEEEEE</color>
<color name="grey_60">#666666</color>
<color name="grey_400">#BDBDBD</color>
<color name="grey_600">#666666</color>
<color name="dark_grey">#101010</color>
Expand Down

0 comments on commit 4f424df

Please sign in to comment.