Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
InstiApp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
RAHUL SHARMA
InstiApp
Commits
44149aa3
Commit
44149aa3
authored
Jul 02, 2018
by
Sajal Narang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused notifications icon
parent
badcfc15
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/src/main/java/app/insti/MainActivity.java
app/src/main/java/app/insti/MainActivity.java
+2
-2
app/src/main/res/menu/main.xml
app/src/main/res/menu/main.xml
+2
-2
No files found.
app/src/main/java/app/insti/MainActivity.java
View file @
44149aa3
...
...
@@ -188,11 +188,11 @@ public class MainActivity extends AppCompatActivity implements NavigationView.On
int
id
=
item
.
getItemId
();
//noinspection SimplifiableIfStatement
if
(
id
==
R
.
id
.
action_notifications
)
{
/*
if (id == R.id.action_notifications) {
showNotifications = true;
// fetchNotifications();
return true;
}
}
*/
return
super
.
onOptionsItemSelected
(
item
);
}
...
...
app/src/main/res/menu/main.xml
View file @
44149aa3
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
>
<item
<
!--<
item
android:id="@+id/action_notifications"
android:icon="@drawable/ic_notifications_black_24dp"
android:orderInCategory="1"
android:title="Notifications"
app:showAsAction=
"always"
/>
app:showAsAction="always" />
-->
</menu>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment