Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 08dfe49

Browse files
committed
Project Done
1 parent eabf36b commit 08dfe49

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

‎.gitignore‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
### Android ###
66
# Built application files
7-
*.apk
87
*.ap_
98
*.aab
109

‎P2P Android Chat_Final.apk‎

4.72 MB
Binary file not shown.

‎app/src/main/AndroidManifest.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<application
1717
android:allowBackup="true"
1818
android:icon="@drawable/iconss"
19-
android:label="ChatFull"
19+
android:label="Android P2P Chat"
2020
android:roundIcon="@drawable/iconss"
2121
android:supportsRtl="true"
2222
android:theme="@style/AppTheme">

‎app/src/main/java/com/example/chatfull/DialogViewActivity.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ protected void onActivityResult(int requestCode, int resultCode, @Nullable Inten
193193
dialog = new Dialog(user.getName(), user.getName(), image, new ArrayList<User>(Arrays.asList(user)), null, 0);
194194
dialogsAdapter.addItem(0, dialog);
195195

196-
dialogArrayList = new ArrayList<>();
196+
// dialogArrayList = new ArrayList<>();
197197
dialogArrayList.add(dialog);
198198

199199
String jsonDataStringDialog = gson.toJson(dialogArrayList);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /