Barinsta/app
Austin Huang 23b7119846
null check to avoid launch crash
immediately hitting the feed tab after launch will produce the following crash, so this resolves it by a null check:

```
java.lang.NullPointerException: Attempt to read from field 'awais.instagrabber.customviews.PostsRecyclerView awais.instagrabber.databinding.FragmentFeedBinding.feedRecyclerView' on a null object reference
	at awais.instagrabber.fragments.main.FeedFragment.scrollToTop(FeedFragment.java:461)
	at awais.instagrabber.utils.NavigationExtensions.lambda$setupItemReselected$2(NavigationExtensions.java:190)
	at awais.instagrabber.utils.-$$Lambda$NavigationExtensions$C3II1R-NOFB80ERAxio06uf3Qto.onNavigationItemReselected(Unknown Source:4)
...
```
2021-05-15 20:40:02 -04:00
..
.settings rebrand 2020-09-14 17:31:01 -04:00
schemas/awais.instagrabber.db.AppDatabase Add search fragment with recent searches 2021-04-14 00:17:23 +09:00
src null check to avoid launch crash 2021-05-15 20:40:02 -04:00
.classpath rebrand 2020-09-14 17:31:01 -04:00
.gitignore init 2020-07-01 13:08:28 -04:00
.project rebrand 2020-09-14 17:31:01 -04:00
build.gradle Update keyboard/emojipicker visiblity logic. Fixes austinhuang0131/barinsta#1181. Also check description. 2021-05-14 00:53:23 +09:00
lint.xml init 2020-07-01 13:08:28 -04:00
proguard-rules.pro Update DM module. (WIP) 2021-01-02 11:54:32 +09:00
sentry.gradle Add sentry to github builds 2021-03-21 22:50:23 +09:00