Finish v1.26.1(284)
This commit is contained in:
commit
6b0d75fc60
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 283
|
||||
def appVersionName = '1.26.0'
|
||||
def appVersionCode = 284
|
||||
def appVersionName = '1.26.1'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -110,7 +110,7 @@ public class DialogScanArtView extends BaseDialogFragment implements DialogScanA
|
||||
|
||||
var filteredMtbColrList = mtbColrList;
|
||||
|
||||
if (mtbAart != null) {
|
||||
if (mtbAart != null && filteredMtbColrList != null) {
|
||||
filteredMtbColrList = Stream.of(filteredMtbColrList)
|
||||
.filter(x -> x.getCodMart().equalsIgnoreCase(mtbAart.getCodMart()))
|
||||
.toList();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user