Update app name

This commit is contained in:
Vishnu Mohandas 2020-08-07 21:28:15 +05:30
parent 22f879d8d9
commit 098b7cf86b

View file

@ -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);