Happy Halloween!
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
android:hardwareAccelerated="true"
|
||||
android:largeHeap="true"
|
||||
android:supportsRtl="true"
|
||||
android:name="sharedcode.turboeditor.activity.MyApp"
|
||||
android:name="sharedcode.turboeditor.application.MyApp"
|
||||
>
|
||||
|
||||
<!-- android:alwaysRetainTaskState="true" -->
|
||||
|
@@ -19,11 +19,9 @@
|
||||
|
||||
package com.maskyn.fileeditorpro;
|
||||
|
||||
import android.os.Bundle;
|
||||
import sharedcode.turboeditor.activity.MainActivity;
|
||||
|
||||
import sharedcode.turboeditor.activity.BaseHomeActivity;
|
||||
|
||||
public class HomeActivity extends BaseHomeActivity {
|
||||
public class HomeActivity extends MainActivity {
|
||||
|
||||
@Override
|
||||
public void displayInterstitial() {
|
||||
|
Reference in New Issue
Block a user