opt: layout inspector toast
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
>
|
||||
<activity
|
||||
android:name=".execution.ScriptExecuteActivity"
|
||||
android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
|
||||
android:theme="@style/AppTheme"/>
|
||||
|
||||
<activity
|
||||
android:name="com.stardust.autojs.core.image.ScreenCaptureRequestActivity"
|
||||
@@ -22,7 +22,6 @@
|
||||
android:theme="@style/AppTheme.Transparent"/>
|
||||
|
||||
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
||||
@@ -50,7 +50,6 @@ public class RhinoJavaScriptEngine extends JavaScriptEngine {
|
||||
mAndroidContext = context;
|
||||
mContext = createContext();
|
||||
mScriptable = createScope(mContext);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user