mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -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;
|
||||
|
||||
import androidx.annotation.Keep;
|
||||
|
||||
public interface BooleanSupplier
|
||||
{
|
||||
@Keep
|
||||
boolean get();
|
||||
}
|
||||
|
Reference in New Issue
Block a user