mirror of
https://github.com/immich-app/immich.git
synced 2025-12-07 19:53:59 +09:00
feat(mobile): Auto switching server URLs (#14437)
This commit is contained in:
@@ -54,4 +54,8 @@ extension ContextHelper on BuildContext {
|
||||
|
||||
// Managing focus within the widget tree from the current context
|
||||
FocusScopeNode get focusScope => FocusScope.of(this);
|
||||
|
||||
// Show SnackBars from the current context
|
||||
void showSnackBar(SnackBar snackBar) =>
|
||||
ScaffoldMessenger.of(this).showSnackBar(snackBar);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user