mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Android: Add @Keep annotation to BooleanSupplier
I should at least follow the conventions I set myself... (See a8d385c
)
This commit is contained in:
parent
858f00b641
commit
2f0bab0192
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
package org.dolphinemu.dolphinemu.utils;
|
package org.dolphinemu.dolphinemu.utils;
|
||||||
|
|
||||||
|
import androidx.annotation.Keep;
|
||||||
|
|
||||||
public interface BooleanSupplier
|
public interface BooleanSupplier
|
||||||
{
|
{
|
||||||
|
@Keep
|
||||||
boolean get();
|
boolean get();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue