Events should be final in order to work

This commit is contained in:
tonymanou
2017-01-12 00:41:09 +01:00
committed by topjohnwu
parent dc316c5669
commit ae74d54451
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ public class MagiskHideFragment extends Fragment implements CallbackHandler.Even
"com.google.android.apps.walletnfcrel",
"com.nianticlabs.pokemongo"
);
public static CallbackHandler.Event packageLoadDone = new CallbackHandler.Event();
public static final CallbackHandler.Event packageLoadDone = new CallbackHandler.Event();
private ApplicationAdapter appAdapter;