mirror of
https://github.com/woheller69/solxpect.git
synced 2025-09-22 00:40:46 +02:00
remove unused stuff
This commit is contained in:
parent
36a3e02c52
commit
c45ab41ce5
1 changed files with 0 additions and 12 deletions
|
@ -144,18 +144,6 @@ public class NavigationActivity extends AppCompatActivity implements OnNavigatio
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Enables back navigation for activities that are launched from the NavBar. See
|
||||
* {@code AndroidManifest.xml} to find out the parent activity names for each activity.
|
||||
*
|
||||
* @param intent
|
||||
*/
|
||||
private void createBackStack(Intent intent) {
|
||||
TaskStackBuilder builder = TaskStackBuilder.create(this);
|
||||
builder.addNextIntentWithParentStack(intent);
|
||||
builder.startActivities();
|
||||
}
|
||||
|
||||
private void callDrawerItem(final int itemId) {
|
||||
|
||||
Intent intent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue