mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Added remark
This commit is contained in:
@@ -99,7 +99,6 @@ import java.net.URL;
|
||||
import java.text.DateFormat;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
@@ -2748,6 +2747,11 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
private final Consumer<WindowLayoutInfo> layoutStateChangeCallback = new Consumer<WindowLayoutInfo>() {
|
||||
@Override
|
||||
public void accept(WindowLayoutInfo info) {
|
||||
// Window layout=WindowLayoutInfo{
|
||||
// DisplayFeatures[HardwareFoldingFeature {
|
||||
// Bounds { [1104,0,1104,1840] }, type=FOLD, state=FLAT }
|
||||
// ]
|
||||
// }
|
||||
EntityLog.log(ActivityView.this, "Window layout=" + info);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user