mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07: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,6 +1,9 @@
|
||||
package org.dolphinemu.dolphinemu.utils;
|
||||
|
||||
import androidx.annotation.Keep;
|
||||
|
||||
public interface BooleanSupplier
|
||||
{
|
||||
@Keep
|
||||
boolean get();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user