mirror of https://github.com/LeOS-GSI/LeOS-Genesis
parent
e77e1bfbf3
commit
5c1c77a7a4
|
@ -199,7 +199,7 @@
|
|||
<!-- -->
|
||||
<meta-data
|
||||
android:name="com.google.android.gms.ads.APPLICATION_ID"
|
||||
android:value="ca-app-pub-5074525529134731~4717329156" /> <!-- Development Build -->
|
||||
android:value="ca-app-pub-5074525529134731~8620681036" /> <!-- Development Build -->
|
||||
<!--
|
||||
<meta-data
|
||||
android:name="com.google.android.gms.ads.APPLICATION_ID"
|
||||
|
|
|
@ -18,7 +18,6 @@ import android.widget.RatingBar;
|
|||
import android.widget.TextView;
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
import com.darkweb.genesissearchengine.appManager.activityContextManager;
|
||||
import com.darkweb.genesissearchengine.constants.constants;
|
||||
import com.darkweb.genesissearchengine.constants.strings;
|
||||
import com.darkweb.genesissearchengine.eventObserver;
|
||||
|
@ -48,13 +47,13 @@ public class messageManager
|
|||
/*Initializations*/
|
||||
|
||||
private void onClearReference(){
|
||||
if(mContext!=null && !mContext.isDestroyed() && !mContext.isFinishing() && mDialog!=null && mDialog.isShowing()){
|
||||
mDialog.dismiss();
|
||||
}
|
||||
if(mContext != null){
|
||||
mContext.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
|
||||
mContext = null;
|
||||
}
|
||||
if(mDialog!=null){
|
||||
mDialog.dismiss();
|
||||
}
|
||||
}
|
||||
|
||||
private void initializeDialog(int pLayout, int pGravity){
|
||||
|
@ -722,7 +721,7 @@ public class messageManager
|
|||
}
|
||||
|
||||
void onReset(){
|
||||
if(mDialog !=null && !mDialog.isShowing()){
|
||||
if(mContext!=null && !mContext.isDestroyed() && !mContext.isFinishing() && mDialog!=null && mDialog.isShowing()){
|
||||
mDialog.dismiss();
|
||||
}
|
||||
}
|
||||
|
@ -785,6 +784,7 @@ public class messageManager
|
|||
|
||||
case M_RATE_APP:
|
||||
/*VERIFIED*/
|
||||
//onClearReference();
|
||||
rateApp();
|
||||
break;
|
||||
|
||||
|
|
|
@ -218,7 +218,7 @@
|
|||
android:background="@color/c_border_background_divider"
|
||||
android:visibility="gone"
|
||||
app:adSize="BANNER"
|
||||
app:adUnitId="ca-app-pub-5074525529134731/9885895358"
|
||||
app:adUnitId="ca-app-pub-5074525529134731/7227708311"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/pTopbar" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Version */
|
||||
project.ext.vname = 'Build | Dark-Origin 1.4.4'
|
||||
project.ext.vcode = 85
|
||||
project.ext.vname = 'Build | Dark-Origin 1.4.6.1'
|
||||
project.ext.vcode = 100
|
||||
project.ext.buildType = 'release'
|
||||
|
||||
/* dimension */
|
||||
|
|
Loading…
Reference in New Issue