Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xx Messenger Android
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
android
xx Messenger Android
Commits
168d9b81
Commit
168d9b81
authored
Sep 23, 2022
by
Kamal Bramwell
Browse files
Options
Downloads
Patches
Plain Diff
Removed MainActivity from :feature:home
parent
262bf9d9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
feature/home/src/main/java/io/elixxir/feature/home/MainActivity.kt
+0
-14
0 additions, 14 deletions
...ome/src/main/java/io/elixxir/feature/home/MainActivity.kt
feature/home/src/main/res/navigation/nav_home.xml
+2
-6
2 additions, 6 deletions
feature/home/src/main/res/navigation/nav_home.xml
with
2 additions
and
20 deletions
feature/home/src/main/java/io/elixxir/feature/home/MainActivity.kt
deleted
100644 → 0
+
0
−
14
View file @
262bf9d9
package
io.elixxir.feature.home
import
androidx.appcompat.app.AppCompatActivity
class
MainActivity
:
AppCompatActivity
()
{
companion
object
{
const
val
INTENT_NOTIFICATION_CLICK
=
"nav_bundle"
const
val
INTENT_PRIVATE_CHAT
=
"private_message"
const
val
INTENT_GROUP_CHAT
=
"group_message"
const
val
INTENT_REQUEST
=
"request"
const
val
INTENT_INVITATION
=
"invitation"
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
feature/home/src/main/res/navigation/nav_home.xml
+
2
−
6
View file @
168d9b81
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<navigation
xmlns:android=
"http://schemas.android.com/apk/res/android"
<navigation
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:id=
"@+id/nav_home"
android:id=
"@+id/nav_home"
>
app:startDestination=
"@id/mainActivity"
>
<activity
android:id=
"@+id/mainActivity"
android:name=
"io.elixxir.feature.home.MainActivity"
android:label=
"MainActivity"
/>
</navigation>
</navigation>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment