refactored lesson details, centralized logout logic, and added resume re-fetch
This commit is contained in:
@@ -10,7 +10,7 @@ class Roomplan extends StatelessWidget {
|
||||
title: const Text('Raumplan'),
|
||||
),
|
||||
body: PhotoView(
|
||||
imageProvider: Image.asset('assets/img/raumplan.jpg').image,
|
||||
imageProvider: Image.asset('assets/img/raumplan.png').image,
|
||||
minScale: 0.5,
|
||||
maxScale: 2.0,
|
||||
backgroundDecoration: BoxDecoration(color: Theme.of(context).colorScheme.surface),
|
||||
|
||||
Reference in New Issue
Block a user