mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Made formatters non-static so configuration changes are applied
This commit is contained in:
@@ -106,7 +106,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
|
||||
private OpenPgpServiceConnection pgpService;
|
||||
|
||||
private static NumberFormat nf = NumberFormat.getNumberInstance();
|
||||
private NumberFormat nf = NumberFormat.getNumberInstance();
|
||||
|
||||
static final int REQUEST_UNIFIED = 1;
|
||||
static final int REQUEST_WHY = 2;
|
||||
|
||||
Reference in New Issue
Block a user