Skip to content

Commit

Permalink
Refactor Code #31
Browse files Browse the repository at this point in the history
Signed-off-by: Sanju S <[email protected]>
  • Loading branch information
Spikeysanju committed Feb 3, 2021
1 parent 4ff9de8 commit 330983d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,4 @@ abstract class BaseFragment<VB : ViewBinding, VM : ViewModel> : Fragment() {
super.onDestroy()
_binding = null
}

companion object {
private const val TAG_ERROR_DIALOG = "error_dialog"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dimen_12"
android:layout_marginLeft="@dimen/dimen_12"
android:fontFamily="@font/open_sans_semibold"
android:gravity="center_horizontal"
android:text="@string/text_total_income"
Expand All @@ -46,7 +45,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/dimen_12"
android:layout_marginLeft="@dimen/dimen_12"
android:layout_marginTop="@dimen/dimen_12"
android:fontFamily="@font/open_sans_semibold"
android:gravity="start"
Expand Down

0 comments on commit 330983d

Please sign in to comment.