mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 10:38:41 +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,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
if (currentMedia != null &&
|
if (currentMedia != null &&
|
||||||
|
!currentMedia!.mediaFile.requiresAuthentication &&
|
||||||
currentMedia!.mediaFile.displayLimitInMilliseconds == null)
|
currentMedia!.mediaFile.displayLimitInMilliseconds == null)
|
||||||
OutlinedButton(
|
OutlinedButton(
|
||||||
style: OutlinedButton.styleFrom(
|
style: OutlinedButton.styleFrom(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue