🐛 Bug fixes
This commit is contained in:
@ -22,7 +22,7 @@ class _MomentEditorScreenState extends State<MomentEditorScreen> {
|
||||
bool showRecommendationBanner = true;
|
||||
|
||||
Future<void> postMoment() async {
|
||||
if (authClient.client == null) return;
|
||||
if (!await authClient.isAuthorized()) return;
|
||||
|
||||
setState(() => isSubmitting = true);
|
||||
var res = await authClient.client!.post(
|
||||
|
Reference in New Issue
Block a user