Sternchen geändert zu Codys Lieblingssternchen ;)

This commit is contained in:
JG-Cody 2023-09-28 21:09:40 +02:00
parent 522a066dc5
commit c737dd903b
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@
</deviceKey>
</Target>
</targetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2023-09-22T15:36:50.455358Z" />
<timeTargetWasSelectedWithDropDown value="2023-09-26T16:23:33.212298700Z" />
</component>
</project>

View File

@ -72,7 +72,7 @@ public class OTPListItem extends RecyclerView.ViewHolder {
if(codeShown) {
c = code.charAt(i);
}else {
c = '\u2022';
c = '\u2731';
}
b.append(c);
}