Commit ecb565e5 authored by Dio Maulana's avatar Dio Maulana

variant confirm fixed

parent 7c0c03be
......@@ -67,6 +67,7 @@ void main() async {
prefs = value;
configLoading();
for (int d = 0; d < Uri.base.pathSegments.length; d++) {
if (Uri.base.pathSegments[0] != 'byod-neo/') {
stringPath.add(Uri.base.pathSegments[d]);
if (d == Uri.base.pathSegments.length - 1) {
routesToAccess += Uri.base.pathSegments[d];
......@@ -74,6 +75,7 @@ void main() async {
routesToAccess += '${Uri.base.pathSegments[d]}/';
}
}
}
loadAssetConfig().then((title) {
setTitleWeb(title);
runApp(
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment