mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
@@ -764,7 +764,7 @@ public class Helper {
|
||||
}
|
||||
|
||||
static void hide(View view) {
|
||||
view.setPadding(0, 0, 0, 0);
|
||||
view.setPadding(0, 1, 0, 0);
|
||||
|
||||
ViewGroup.LayoutParams lparam = view.getLayoutParams();
|
||||
lparam.width = 0;
|
||||
|
||||
Reference in New Issue
Block a user