mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: hide menu resize when collapsed (#5076)
This commit is contained in:
@ -6,9 +6,10 @@ import 'package:appflowy_backend/protobuf/flowy-folder/view.pb.dart';
|
||||
import 'package:appflowy_result/appflowy_result.dart';
|
||||
|
||||
class HomeService {
|
||||
Future<FlowyResult<ViewPB, FlowyError>> readApp({required String appId}) {
|
||||
static Future<FlowyResult<ViewPB, FlowyError>> readApp({
|
||||
required String appId,
|
||||
}) {
|
||||
final payload = ViewIdPB.create()..value = appId;
|
||||
|
||||
return FolderEventGetView(payload).send();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user