Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 745e427

Browse files
authored
Merge pull request #12 from digipost/release
Release
2 parents f94fd5a + f163d4d commit 745e427

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Digipost/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ apply plugin: 'com.android.application'
33

44
android {
55
defaultConfig {
6-
versionCode 56
7-
versionName '3.3.0'
6+
versionCode 60
7+
versionName '3.3.1'
88
applicationId = "no.digipost.android"
99
minSdkVersion 16
1010
targetSdkVersion 25

Digipost/src/main/java/no/digipost/android/gui/adapters/DocumentAdapter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public void bindDocument(Document document, int position){
221221
}else{
222222
checkbox.setVisibility(View.GONE);
223223
}
224-
224+
metaMiddle.setText("");
225225
if(document.isInvoice()){
226226
if(document.hasCollectionNotice()){
227227
metaMiddle.setText(context.getString(R.string.list_document_type_collection_notice));

0 commit comments

Comments
 (0)