Skip to content

Commit 8587e2f

Browse files
committed
prefix with _snabble
1 parent b56a2b1 commit 8587e2f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ui/src/main/java/io/snabble/sdk/ui/cart/CheckoutBar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class CheckoutBar @JvmOverloads constructor(
352352
val dialog = AlertDialog.Builder(context)
353353
.setTitle(I18nUtils.getIdentifier(context.resources, R.string.Snabble_Taxation_consumeWhere))
354354
.setAdapter(
355-
ArrayAdapter(context, R.layout.item_taxation, listOf(
355+
ArrayAdapter(context, R.layout.snabble_item_taxation, listOf(
356356
context.getString(R.string.Snabble_Taxation_consume_inhouse),
357357
context.getString(R.string.Snabble_Taxation_consume_takeaway)
358358
))
File renamed without changes.

0 commit comments

Comments
 (0)