mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Made formatters non-static so configuration changes are applied
This commit is contained in:
@@ -168,7 +168,7 @@ public class FragmentMessages extends FragmentBase {
|
||||
private final int action_junk = 9;
|
||||
private final int action_move = 10;
|
||||
|
||||
private static NumberFormat nf = NumberFormat.getNumberInstance();
|
||||
private NumberFormat nf = NumberFormat.getNumberInstance();
|
||||
|
||||
private static final int LOCAL_PAGE_SIZE = 100;
|
||||
private static final int REMOTE_PAGE_SIZE = 10;
|
||||
|
||||
Reference in New Issue
Block a user