Skip to content

Commit

Permalink
Commented the suboptimal solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Over17 committed Aug 28, 2017
1 parent 825aa68 commit 5bf3b5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class PermissionFragment extends Fragment

private final UnityAndroidPermissions.IPermissionRequestResult m_ResultCallbacks;

// Not a nice thing to do - having a non-default Fragment constructor
public PermissionFragment(final UnityAndroidPermissions.IPermissionRequestResult resultCallbacks)
{
m_ResultCallbacks = resultCallbacks;
Expand Down

0 comments on commit 5bf3b5b

Please sign in to comment.