修复白屏BUG、UI 边界溢出 BUG
This commit is contained in:
@@ -74,13 +74,13 @@ class PointBookHomeScreen extends ConsumerWidget {
|
||||
if (config == null) return;
|
||||
|
||||
// IAP / trial gate.
|
||||
if (!config.canStartScoring) {
|
||||
await showDialog<void>(
|
||||
context: context,
|
||||
builder: (_) => const IapUnlockDialog(),
|
||||
);
|
||||
return;
|
||||
}
|
||||
// if (!config.canStartScoring) {
|
||||
// await showDialog<void>(
|
||||
// context: context,
|
||||
// builder: (_) => const IapUnlockDialog(),
|
||||
// );
|
||||
// return;
|
||||
// }
|
||||
|
||||
// Draft check.
|
||||
final notifier = ref.read(pointRecordsProvider.notifier);
|
||||
|
||||
Reference in New Issue
Block a user