-commit promo loading fix in guest

This commit is contained in:
Jayson Eubra 2024-03-25 12:03:56 +08:00
parent 4f837650e5
commit 73d0ff7a8f
33 changed files with 19 additions and 19 deletions

View File

@ -158,7 +158,7 @@ android {
applicationId "com.project.yondu.unioilloyaltyapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 48
versionCode 49
versionName "1.7.19"
multiDexEnabled true
// resValue 'string', 'build_config_package','com.project.yondu.unioilloyaltyapp'

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@ public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "com.project.yondu.unioilloyaltyapp";
public static final String BUILD_TYPE = "release";
public static final int VERSION_CODE = 48;
public static final int VERSION_CODE = 49;
public static final String VERSION_NAME = "1.7.19";
// Fields from default config.
public static final String PROD_ACCOUNT_FCM_URL = "https://notification.unioilapps.com/api/fcmtoken/notifs";

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.project.yondu.unioilloyaltyapp"
android:versionCode="48"
android:versionCode="49"
android:versionName="1.7.19" >
<uses-sdk

View File

@ -10,7 +10,7 @@
"apkData": {
"type": "MAIN",
"splits": [],
"versionCode": 48,
"versionCode": 49,
"versionName": "1.7.19",
"outputFile": "app-release.apk",
"fullName": "release",

View File

@ -1,4 +1,4 @@
#Wed Mar 20 23:08:18 PST 2024
#Thu Mar 21 12:39:40 PST 2024
base.2=/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/dex/release/mergeDexRelease/classes3.dex
path.2=classes3.dex
base.1=/Users/mac/Documents/Projects/unioil-loyalty-rn-app-ios-and-android/android/app/build/intermediates/dex/release/mergeDexRelease/classes2.dex

View File

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.project.yondu.unioilloyaltyapp"
android:targetSandboxVersion="2"
android:versionCode="48"
android:versionCode="49"
android:versionName="1.7.19" >
<uses-sdk

View File

@ -10,7 +10,7 @@
"apkData": {
"type": "MAIN",
"splits": [],
"versionCode": 48,
"versionCode": 49,
"versionName": "1.7.19",
"outputFile": "app-release.apk",
"fullName": "release",

View File

@ -1,7 +1,7 @@
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.project.yondu.unioilloyaltyapp"
4 android:versionCode="48"
4 android:versionCode="49"
5 android:versionName="1.7.19" >
6
7 <uses-sdk

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.project.yondu.unioilloyaltyapp"
android:versionCode="48"
android:versionCode="49"
android:versionName="1.7.19" >
<uses-sdk

View File

@ -10,7 +10,7 @@
"apkData": {
"type": "MAIN",
"splits": [],
"versionCode": 48,
"versionCode": 49,
"versionName": "1.7.19",
"outputFile": "app-release.apk",
"fullName": "release",

View File

@ -10,7 +10,7 @@
"apkData": {
"type": "MAIN",
"splits": [],
"versionCode": 48,
"versionCode": 49,
"versionName": "1.7.19",
"outputFile": "app-release.apk",
"fullName": "release",

View File

@ -10,7 +10,7 @@
"apkData": {
"type": "MAIN",
"splits": [],
"versionCode": 48,
"versionCode": 49,
"versionName": "1.7.19",
"outputFile": "app-release.apk",
"fullName": "release",

View File

@ -176,7 +176,7 @@ document.getElementById(id).style.display = 'none';
<span class="mdl-layout-title">Lint Report: No errors or warnings</span>
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation mdl-layout--large-screen-only">
Check performed at Wed Mar 20 23:08:10 PST 2024 </nav>
Check performed at Thu Mar 21 12:39:29 PST 2024 </nav>
</div>
</header>
<div class="mdl-layout__drawer">

View File

@ -270,7 +270,7 @@ class Home extends React.PureComponent {
NetInfo.netstatus(async isConnected => {
if(isConnected){
this.setState({ loading: true })
if(this.state.isGuest == 'true'){
if(this.state.isGuest){
this.loadIsGuest()
return
}