mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:08:40 +00:00
twonlies can not be stored
Some checks failed
Flutter analyze & test / flutter_analyze_and_test (push) Has been cancelled
Some checks failed
Flutter analyze & test / flutter_analyze_and_test (push) Has been cancelled
This commit is contained in:
parent
febf236147
commit
b8c063cc29
1 changed files with 1 additions and 0 deletions
|
|
@ -382,6 +382,7 @@ class _MediaViewerViewState extends State<MediaViewerView> {
|
|||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
if (currentMedia != null &&
|
||||
!currentMedia!.mediaFile.requiresAuthentication &&
|
||||
currentMedia!.mediaFile.displayLimitInMilliseconds == null)
|
||||
OutlinedButton(
|
||||
style: OutlinedButton.styleFrom(
|
||||
|
|
|
|||
Loading…
Reference in a new issue