mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-20 06:37:06 +02:00
remove exception catching for QualifierBuilder
This commit is contained in:
parent
b64fbf56a8
commit
bedaf09e20
@ -703,12 +703,8 @@
|
||||
public String getQualifiers(){
|
||||
int hash = this.hashCode();
|
||||
if(mQualifiers==null || mQualifiersStamp!=hash){
|
||||
try{
|
||||
mQualifiers = new QualifierBuilder(this).build();
|
||||
mQualifiersStamp = hash;
|
||||
}catch (Exception ex){
|
||||
mQualifiers = "";
|
||||
}
|
||||
}
|
||||
return mQualifiers;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user