Skip to content

Commit e5253c1

Browse files
committed
Fixed payment selection ActionBar title
1 parent b9168d0 commit e5253c1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
33

44
## [0.16.10]
55

6+
### Fixed
7+
- Fixed payment selection ActionBar title
8+
69
### Changed
710
- Send cart again after checkout abort
811

ui/src/main/java/io/snabble/sdk/ui/checkout/PaymentMethodView.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@ public void click() {
343343
}
344344
});
345345

346+
if (SnabbleUI.getActionBar() != null) {
347+
SnabbleUI.getActionBar().setTitle(R.string.Snabble_PaymentSelection_title);
348+
}
349+
346350
alertDialog.show();
347351
alertDialog.getWindow().setGravity(Gravity.BOTTOM);
348352
}

0 commit comments

Comments
 (0)