Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
0166242c
Commit
0166242c
authored
Jan 19, 2018
by
Jeffrey I. Schiller
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ucr'
parents
ae675d46
6b9590d3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
appinventor/components/src/com/google/appinventor/components/runtime/AppInventorCompatActivity.java
...nventor/components/runtime/AppInventorCompatActivity.java
+3
-0
No files found.
appinventor/components/src/com/google/appinventor/components/runtime/AppInventorCompatActivity.java
View file @
0166242c
...
...
@@ -19,6 +19,7 @@ import android.util.Log;
import
android.view.Gravity
;
import
android.view.View
;
import
android.view.ViewGroup
;
import
android.view.Window
;
import
android.widget.FrameLayout.LayoutParams
;
import
android.widget.TextView
;
import
com.google.appinventor.components.common.ComponentConstants
;
...
...
@@ -56,6 +57,7 @@ public class AppInventorCompatActivity extends Activity implements AppCompatCall
if
(
currentTheme
!=
Theme
.
PACKAGED
)
{
applyTheme
();
}
Window
.
Callback
classicCallback
=
getWindow
().
getCallback
();
appCompatDelegate
=
AppCompatDelegate
.
create
(
this
,
this
);
try
{
appCompatDelegate
.
onCreate
(
icicle
);
...
...
@@ -63,6 +65,7 @@ public class AppInventorCompatActivity extends Activity implements AppCompatCall
// Thrown in "Classic" mode
appCompatDelegate
=
null
;
AppInventorCompatActivity
.
classicMode
=
true
;
getWindow
().
setCallback
(
classicCallback
);
}
super
.
onCreate
(
icicle
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment