mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01:00
Refactoring
This commit is contained in:
@@ -229,7 +229,7 @@ public class ApplicationEx extends Application {
|
||||
public boolean run(@NonNull Error error) {
|
||||
error.addToTab("extra", "installer", installer == null ? "-" : installer);
|
||||
error.addToTab("extra", "fingerprint", fingerprint);
|
||||
error.addToTab("extra", "free", Helper.getFreeMemMb());
|
||||
error.addToTab("extra", "free", Log.getFreeMemMb());
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user