Skip to content

Commit

Permalink
Merge pull request #485 from bannzai/fix/trivias
Browse files Browse the repository at this point in the history
細かい修正を色々
  • Loading branch information
bannzai authored Jan 27, 2022
2 parents a85e06f + a86614c commit 88591c1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 20 deletions.
28 changes: 9 additions & 19 deletions images/mug.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ class InitialSettingPillSheetGroupPageBody extends StatelessWidget {
SizedBox(height: 24),
PrimaryButton(
onPressed: () async {
analytics.logEvent(name: "empty_pill_sheet_type");
showSettingPillSheetGroupSelectPillSheetTypePage(
context: context,
pillSheetType: null,
Expand Down
2 changes: 1 addition & 1 deletion lib/domain/root/root.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class RootState extends State<Root> {
await remoteConfig.setConfigSettings(
RemoteConfigSettings(
minimumFetchInterval: Duration(seconds: 0),
fetchTimeout: Duration(seconds: 10),
fetchTimeout: Duration(seconds: 30),
),
);
remoteConfig.setDefaults({
Expand Down

0 comments on commit 88591c1

Please sign in to comment.