mirror of
https://codeberg.org/tom79/Fedilab
synced 2025-01-31 11:34:51 +01:00
improve media
This commit is contained in:
parent
b16ecbbe72
commit
18b3f0cb26
@ -81,6 +81,7 @@ public class FragmentMedia extends Fragment {
|
||||
}
|
||||
|
||||
|
||||
@OptIn(markerClass = UnstableApi.class)
|
||||
@Override
|
||||
public View onCreateView(@NonNull LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
||||
|
||||
@ -89,6 +90,7 @@ public class FragmentMedia extends Fragment {
|
||||
if (bundle != null) {
|
||||
attachment = (Attachment) bundle.getSerializable(Helper.ARG_MEDIA_ATTACHMENT);
|
||||
}
|
||||
binding.controls.hide();
|
||||
return binding.getRoot();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user