mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Android: Add @Keep annotation to BooleanSupplier
I should at least follow the conventions I set myself... (See a8d385c
)
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user