mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-03-22 21:13:45 -05:00
Minor fixes
This commit is contained in:
@@ -86,7 +86,6 @@ public class NotesFragment extends Fragment {
|
||||
@Override
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
notesList.clear();
|
||||
fetchDataAsync();
|
||||
}
|
||||
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
android:gravity="center_vertical|end"
|
||||
android:orientation="horizontal"
|
||||
android:paddingStart="@dimen/dimen6dp"
|
||||
android:paddingEnd="@dimen/dimen6dp">
|
||||
android:paddingEnd="@dimen/dimen0dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/reset_counter"
|
||||
|
||||
Reference in New Issue
Block a user