- Fixed wrong constructor for android pie

This commit is contained in:
SerpentSpirale 2021-02-04 11:53:56 +01:00
parent bd6342d256
commit c6c05b2247

View File

@ -105,7 +105,7 @@ public class MainActivity extends BaseMainActivity {
}
};
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.P){
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q){
fileObserver = new FileObserver(new File(Tools.DIR_GAME_NEW + "/options.txt"), FileObserver.MODIFY) {
@Override
public void onEvent(int i, @Nullable String s) {