Space-Navigation-View icon indicating copy to clipboard operation
Space-Navigation-View copied to clipboard

why ? No reason NullPointer: Your space item count must be greater than 1 , your current items count isa : 0

Open ismailxebia opened this issue 8 years ago • 1 comments

how to fix intent ?

`spaceNavigationView.setSpaceOnClickListener(new SpaceOnClickListener() {

        Fragment currentFragment = getSupportFragmentManager().findFragmentById(R.id.content);

        @Override
        public void onCentreButtonClick() {
            Log.d("onCentreButtonClick ", "onCentreButtonClick");
            //spaceNavigationView.shouldShowFullBadgeText(true);
            Intent intent = new Intent(MainActivity.this,Emergency.class);
            startActivity(intent);
        }

`

ismailxebia avatar Dec 23 '17 00:12 ismailxebia

just add 2 or more than 2 items using

spaceNavigationView.addSpaceItem

TahaGorme avatar Apr 08 '21 09:04 TahaGorme