Update app name
This commit is contained in:
parent
22f879d8d9
commit
098b7cf86b
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ void _sendErrorToSentry(SentryClient sentry, Object error, StackTrace stack) {
|
|||
}
|
||||
|
||||
class MyApp extends StatelessWidget with WidgetsBindingObserver {
|
||||
final _title = 'Photos';
|
||||
final _title = 'ente';
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
WidgetsBinding.instance.addObserver(this);
|
||||
|
|
Loading…
Add table
Reference in a new issue