-
Notifications
You must be signed in to change notification settings - Fork 0
About, mail and headset reaction #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
app/src/main/AndroidManifest.xml
Outdated
| android:supportsRtl="true" | ||
|
|
||
| android:theme="@style/AppTheme"> | ||
| <activity android:name=".ListArtistsActivity"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Плохое имя, т.к. в ней только список.
| mHelper.getWritableDatabase(); | ||
| } | ||
|
|
||
| public void close() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не надо закрывать. Надо не пересоздавать.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не пересоздавать?
# Conflicts: # app/build.gradle # app/src/main/java/ru/aleien/yapplication/MainActivity.java # app/src/main/java/ru/aleien/yapplication/dataprovider/WebArtistsProvider.java
|
Фух. Спасибо за комментарии, большую часть смогла поправить, не получилось пока ArtistsProvider сделать, завтра еще подумаю, как вынести) |
| if (EMAIL_INTENT.resolveActivity(getPackageManager()) != null) { | ||
| startActivity(EMAIL_INTENT); | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Было бы супер, если бы не было пустых строк там где их точно не должно быть.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Все изничтожим >:D
ЖДУ ОБНОВЛЕНИЙ |
No description provided.