mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-31 03:00:05 +00:00
Android: Suppress deprecation warnings in JuceActivity.java
This commit is contained in:
parent
82c9354280
commit
0767527740
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ public class JuceActivity extends Activity
|
|||
private native void appNewIntent (Intent intent);
|
||||
private native void appOnResume();
|
||||
|
||||
@SuppressWarnings ("deprecation")
|
||||
private void initEdgeToEdge()
|
||||
{
|
||||
if (Build.VERSION.SDK_INT < 35)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue