mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-25 02:48:54 +01:00
Remove obsolete code
This commit is contained in:
parent
29d5c9a509
commit
7167587554
1 changed files with 0 additions and 11 deletions
|
@ -63,13 +63,6 @@ class _SharingBrowserState extends State<SharingBrowser> {
|
||||||
initState() {
|
initState() {
|
||||||
super.initState();
|
super.initState();
|
||||||
_initBloc();
|
_initBloc();
|
||||||
_shareRemovedListener.begin();
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
dispose() {
|
|
||||||
_shareRemovedListener.end();
|
|
||||||
super.dispose();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
@ -270,8 +263,6 @@ class _SharingBrowserState extends State<SharingBrowser> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void _onShareRemovedEvent(ShareRemovedEvent ev) {}
|
|
||||||
|
|
||||||
Future<void> _onAlbumShareItemTap(
|
Future<void> _onAlbumShareItemTap(
|
||||||
BuildContext context, ListSharingAlbum share) async {
|
BuildContext context, ListSharingAlbum share) async {
|
||||||
showDialog(
|
showDialog(
|
||||||
|
@ -329,8 +320,6 @@ class _SharingBrowserState extends State<SharingBrowser> {
|
||||||
}
|
}
|
||||||
|
|
||||||
late final _bloc = ListSharingBloc.of(widget.account);
|
late final _bloc = ListSharingBloc.of(widget.account);
|
||||||
late final _shareRemovedListener =
|
|
||||||
AppEventListener<ShareRemovedEvent>(_onShareRemovedEvent);
|
|
||||||
|
|
||||||
var _items = <List<ListSharingItem>>[];
|
var _items = <List<ListSharingItem>>[];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue