minor fixes
This commit is contained in:
@@ -6,7 +6,7 @@ import 'package:qpay/screens/groups/controllers/group_controller.dart';
|
||||
import 'package:qpay/widgets/app_snack_bar.dart';
|
||||
import 'package:shared_preferences/shared_preferences.dart';
|
||||
|
||||
import '../recipient/recipients_controller.dart';
|
||||
import '../../recipient/recipients_controller.dart';
|
||||
|
||||
class GroupCreateScreen extends StatefulWidget {
|
||||
const GroupCreateScreen({super.key});
|
||||
@@ -606,7 +606,8 @@ class _PayScreenState extends State<PayScreen> with TickerProviderStateMixin {
|
||||
}
|
||||
|
||||
Widget _buildBillProductSelector(PayController controller) {
|
||||
if (controller.model.products.isEmpty && !controller.model.isLoadingProducts) {
|
||||
if (controller.model.products.isEmpty &&
|
||||
!controller.model.isLoadingProducts) {
|
||||
return SizedBox.shrink();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user