Skip to content

Commit

Permalink
TW-997: Remove intl not use
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev authored and hoangdat committed Dec 23, 2023
1 parent d0cdd4f commit 6d8c72e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions assets/l10n/intl_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -2650,8 +2650,6 @@
},
"back": "Back",
"@back": {},
"loginWithSSO": "Log in with SSO",
"@loginWithSSO": {},
"wrongServerName": "Wrong server name",
"@wrongServerName": {},
"serverNameWrongExplain": "Server address was sent to you by company admin. Check the invitation email.",
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/twake_welcome/twake_welcome.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TwakeWelcome extends StatefulWidget {
}

class TwakeWelcomeController extends State<TwakeWelcome> {
void goToLinagoraHomeserver() {
void goToTwakeIdScreen() {
context.push('/home/twakeid');
}

Expand Down
2 changes: 1 addition & 1 deletion lib/pages/twake_welcome/twake_welcome_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class TwakeWelcomeView extends StatelessWidget {
width: TwakeWelcomeViewStyle.logoWidth,
height: TwakeWelcomeViewStyle.logoHeight,
),
buttonOnTap: controller.goToLinagoraHomeserver,
buttonOnTap: controller.goToTwakeIdScreen,
privacyOnTap: () =>
UrlLauncher(context, AppConfig.privacyUrl).openUrlInAppBrowser(),
);
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1509,8 +1509,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: new-starting-page
resolved-ref: "0d214106df049551a9952abe05327a2ee51e8c53"
ref: master
resolved-ref: "94f33a620a160f6f494365317d08c1b4af478c9c"
url: "[email protected]:linagora/linagora-design-flutter.git"
source: git
version: "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dependencies:
linagora_design_flutter:
git:
url: [email protected]:linagora/linagora-design-flutter.git
ref: new-starting-page
ref: master
flutter_matrix_html:
git:
url: https://github.com/linagora/flutter_matrix_html.git
Expand Down

0 comments on commit 6d8c72e

Please sign in to comment.