|
|
|
@ -119,7 +119,7 @@ class _HomeScreenState extends State<HomeScreen> {
|
|
|
|
|
|
|
|
|
|
|
|
void showWelcomeVideoDialog() async {
|
|
|
|
void showWelcomeVideoDialog() async {
|
|
|
|
prefs = await SharedPreferences.getInstance();
|
|
|
|
prefs = await SharedPreferences.getInstance();
|
|
|
|
String permLink = "aAmP-WcI6dg";
|
|
|
|
String permLink = "-PqP0BCiTlE";
|
|
|
|
String link = prefs.getString(GlobalConsts.welcomeVideoUrl) ?? permLink;
|
|
|
|
String link = prefs.getString(GlobalConsts.welcomeVideoUrl) ?? permLink;
|
|
|
|
if (permLink == link) {
|
|
|
|
if (permLink == link) {
|
|
|
|
await prefs.setString(GlobalConsts.welcomeVideoUrl, permLink);
|
|
|
|
await prefs.setString(GlobalConsts.welcomeVideoUrl, permLink);
|
|
|
|
|