mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-30 12:47:01 +02:00
Cleanup
This commit is contained in:
@@ -228,11 +228,6 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
|
||||
cf.getPaddingStart(), cf.getPaddingTop(),
|
||||
cf.getPaddingEnd(), pad);
|
||||
}
|
||||
//for (View child : Helper.getViewsWithTag(v, "inset")) {
|
||||
// mlp = (ViewGroup.MarginLayoutParams) child.getLayoutParams();
|
||||
// mlp.bottomMargin = insets.bottom;
|
||||
// child.setLayoutParams(mlp);
|
||||
//}
|
||||
}
|
||||
|
||||
} catch (Throwable ex) {
|
||||
|
||||
Reference in New Issue
Block a user